What is the output of the following code snippet? a=5 for i in range(10) a=a+1
Answers
Answered by
1
Answer:
a = a + 1 doesn't make a brief sense in mathematics. It may, in programming.
Similar questions