Posts by tom silva • 1 point
1 post
-
-4
votes3
answers34998
viewsA: Timer in Python
From time import Sleep Msg = str(imput("type a sentence:")) Times = int(imput("how often do you want to execute that sentence:") While Vezes: Print(Msg) Sleep(10) print("end of execution")…