0

Can Anyone share the nested while loop of any program....plss plsss?🙂🙂🙂 In python only

30th Sep 2017, 4:24 AM
cool gamer
cool gamer - avatar
5 Antworten
+ 1
My first try to nested while.Run this program in computer as it requires multiple inputs from user . https://code.sololearn.com/cFPM9TDljBf2
30th Sep 2017, 8:47 AM
Puneet Arora
Puneet Arora - avatar
0
while True: val = int(input()) for i in range(val): # do something if val = 666: break
30th Sep 2017, 5:29 AM
Leshark
Leshark - avatar
0
thanks @leshark , but can we use only while loop in nested part of while?
30th Sep 2017, 5:30 AM
cool gamer
cool gamer - avatar
0
You can use whatever you want. That’s freedom)
30th Sep 2017, 5:33 AM
Leshark
Leshark - avatar
0
okay thanks again🙂🙂
30th Sep 2017, 5:33 AM
cool gamer
cool gamer - avatar