Computer Science, asked by meetoswal134, 5 months ago

5. Predict the output of following codes.
a. X = (1,9,10,3,15] 2M
for I in x:
print(x)
b. for i in range(20,1,-2): 2M
print(i)

Answers

Answered by charumathi661
0

Answer:

a.x=(1,9,10,3,15)2m for l in x:print(x)

Answered by devangi2635
1

Explanation:

It is incomplete question please check it

Similar questions