Advertisement
KodingKid

How to Python

Mar 24th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. import time
  2. time.sleep(1)
  3. #This makes the script wait a second before printing the sentence written below
  4. print("This is how you code in Python")
  5. #This prints after the second wait "This is how you code in Python"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement