Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. name = raw_input("What is your name? ")
  2.  
  3. if name == "danny":
  4. print("You are the gayyyyyyyest person ever")
  5.  
  6. if name == "Foofoo":
  7. print("happy birthday foofoo")
  8. youAreGayLine = "Hi, " + name +" you are gay"
  9. print(youAreGayLine)
  10.  
  11. SPS = raw_input("What is your age? ")
  12. print(SPS)
  13.  
  14. SPS2 = raw_input("do you suffer from SPS or PSP")
  15. print(SPS2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement