Posts by Rafael Fortes • 5 points
1 post
-
-2
votes3
answers34998
viewsA: Timer in Python
I think a smaller form would be: from time import sleep for contagem in range(0,10): sleep(1) print('Olá!')
pythonanswered Rafael Fortes 5
1 post
-2
votes3
answers34998
viewsI think a smaller form would be: from time import sleep for contagem in range(0,10): sleep(1) print('Olá!')