Home > other >  Python countdown problem, will be suspended, which can help, please have a look at, show just a litt
Python countdown problem, will be suspended, which can help, please have a look at, show just a litt

Time:09-22

Def Delay_Time (time01) :
Print (" waiting for "+ STR (time01) +" seconds ")
For I in range (time01, 0, 1) :
If I==0:
Print (" \ "r", "" end of the countdown!" , end="", flush=True)
The else:
Print (" \ "r", "" {} seconds!" . The format (I), end="", flush=True)
Time. Sleep (1)
If __name__=="__main__ ':
Delay_Time (1000)


This is I do a countdown function, but at the right hand with the mouse click CMD drop-down countdown will pause, loosen after continue, how to solve?
Console attributes are:
Which can help to give directions, thank you.

CodePudding user response:

Please have a look which help, thank you

CodePudding user response:

What a great god help have a look? Thank you for the
  • Related