Untitled
Anonymous
plain_text
01/20/2025 10:52 AM
196 B
23
Indexable
import time time.sleep(2) # Você precisa usar o prefixo "time." from time import * sleep(2) # Não precisa usar o prefixo "time."
Editor is loading...
Leave a Comment
import time time.sleep(2) # Você precisa usar o prefixo "time." from time import * sleep(2) # Não precisa usar o prefixo "time."