Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. print("Hello there mate, welcome to Straya!")
  2. print('What\'s yer name?')
  3. name = input()
  4. print("Aye there,", name, "!")
  5. print("Let's go on a tour of Straya!")
  6. print("Y/N")
  7. if input("Y"):
  8.     print("Alrighty!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement