Computer Science, asked by gurshin57451, 8 hours ago

a = 2 while(a > -100): a = a - 1 print(a)

Answers

Answered by AaryaBalan
0

Answer:

the program will print 2 to -99 numbers

Similar questions