home ~ projects ~ socials

Use Sleep To Pause A Python Application

import time

print("alfa")
time.sleep(1.3)
print("bravo")
-- end of line --