Page 1 of 1

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
by answerhappygod
Q1 Trace The Following Python Code And Write The Exact Output To The Given Box Belo The Box Below Is Your Output Screen 1
Q1 Trace The Following Python Code And Write The Exact Output To The Given Box Belo The Box Below Is Your Output Screen 1 (16.83 KiB) Viewed 23 times
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)