+ 4
I have a problem in a program that i wrote and i can't figure it out
The program keep repeating just the first seven programs till infinity https://code.sololearn.com/cKkCEbcg8xZw/?ref=app
2 odpowiedzi
+ 3
Python loops' scope is dependant on indention just like if, elif, etc. so have all code you want to loop should be indented under the while
0
When I went to it it said I needed an input, so try adding an input