English, asked by chandanamandati, 8 months ago

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

Answers

Answered by Anonymous
1

Answer:

a = a + 1 doesn't make a brief sense in mathematics. It may, in programming.

Similar questions
Math, 3 months ago