Computer Science, asked by tanishkamaheshwari1, 2 months ago

Rewrite the following program using for loop :

T=0

i=1

while ( i<=10 ):

T += i

i = i+1

print(T)

Answers

Answered by shubham112844
0

Answer:

aurdino ki coding h na y a to python

Similar questions