“Como pausar o tempo em Python” Respostas de código

Como pausar o código por algum tempo em Python

#plz suscribe to my youtube channel --> 
#https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A

import time
print("This is how to pause a program")
time.sleep(5)
print("Did you saw that i slept for 5 seconds")
Programmer of empires

Pausa Python

import os
os.system("pause")
Poor Pintail

Programa de pausa Python

# To delay excusion use the time library
import time

time.sleep(secs)
The Rambling Lank

Como pausar o tempo em Python

from time import sleep as pause
print("Hello")
pause(5)
print("World")
The Cat Coder

Pausa Python

print("something")
wait = input("Press Enter to continue.")
print("something")
Mysterious Mallard

Respostas semelhantes a “Como pausar o tempo em Python”

Perguntas semelhantes a “Como pausar o tempo em Python”

Mais respostas relacionadas para “Como pausar o tempo em Python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código