Computer Science, asked by Kunalprajapati, 8 months ago

6. What is the output of the following code snippet?
a=5
for i in range (10)
a=a+1

Answers

Answered by purushottam141225129
1

Answer:

6

Explanation:

a =a+1=6-1=5 ok solve it

Similar questions