Skip to content

Instantly share code, notes, and snippets.

@richardbwest
Last active July 19, 2016 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardbwest/47e490f5ddd93dbb1e226ca621c694a3 to your computer and use it in GitHub Desktop.
Save richardbwest/47e490f5ddd93dbb1e226ca621c694a3 to your computer and use it in GitHub Desktop.
Starter for lesson 2, reviewing lesson 1 learning.
import time,os
input("hello")
time.sleep(1)
os.system("clear")
input("from")
time.sleep(1)
input("clear")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment