Skip to content

Instantly share code, notes, and snippets.

@dobrienSTJ
Created September 14, 2016 17:08
Show Gist options
  • Save dobrienSTJ/0b521de2852c4a5170674aaf5f4ea2b1 to your computer and use it in GitHub Desktop.
Save dobrienSTJ/0b521de2852c4a5170674aaf5f4ea2b1 to your computer and use it in GitHub Desktop.
STJLOL-DOB-RPIAI
while True:
from time import sleep
print("Hello my name is Raspberry Pi 14, I would like to ask you a question")
sleep(2)
print("Can you please tell me your name?")
name=input("Type your name HERE")
sleep(4)
print("Well Hi there " + name)
sleep(1)
print("Its so great to finally meet you!!!!!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment