Computer >> Computer tutorials >  >> Programming >> Python

Python3 - Why loop doesn't work?


It does work. As you have used sleep() method inside the loop, no activity takes place for (0.9*36) seconds. It is not asking for input. After the end of loop, the window will show text field with the given string inside it.

Python3 - Why loop doesn't work?