Q1) Trace the following python code and write the exact output to the given box belo The box below is your output screen
Posted: Fri Apr 29, 2022 7:13 am
Q1) Trace the following python code and write the exact output to the given box belo The box below is your output screen (20 pts a = 'abc' b = 13 C = 2.7 print ('1 -->', a'int(c)) print (2 --> ; a[1], a[-1]) print ('3 -->', b//5, 6 % 5) print ('4 --> len(a) (c)