Use Sleep To Pause A Python Application

June 2017
import time

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