Question: tup =(10,20) num =0 for n in range ( len (tup) ): for val in tup: num = num +n+val Q6. What is the value
tup =(10,20) num =0 for n in range ( len (tup) ): for val in tup: num = num +n+val Q6. What is the value of num after run a) 60 b) 62 c) 32] d) none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
