time-1sleep
import time print("Counting to 10 seconds...") for x in range(10,0,-1): time.sleep(1) print(x,end=" ")
有帮助的话希望采纳一下