Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import time
- time.sleep(1)
- #This makes the script wait a second before printing the sentence written below
- print("This is how you code in Python")
- #This prints after the second wait "This is how you code in Python"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement