hello from python hello from python hello from python a_int= 7 a_float= 7.25 a_real= 7.2597256357e+300 a_list= [7, 7.25, 'abc'] a_list[2]= abc a_tuple= (2, 3, 5, 7) b_tuple= (2, 3, 5, 7) b_tuple[2]= 5