Computer Science, asked by Harishyank, 11 months ago

write the output of the following program:-
x=2
for i in range(x):
X+= 1
print (x)​

Answers

Answered by ranyodhmour892
2

Answer:

write the output of the following program:-

x=2

for i in range(x):

X+= 1

print (x)

Answered by shrutisharma4567
2

Explanation:

write the output of the following program:-

x=2

for i in range(x):

X+= 1

print (x)

Similar questions