0
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
2 Respuestas
+ 1
Mohamed Ramadan El Geneidy Why do you keep asking questions and answering them yourself? That's not what the forum is for
0
3