Advertisement
Guest User

python

a guest
Oct 1st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. name = input ('What is your name? ')
  2. print ('Hello' name '.')
  3. game = input ('what is your favourite game? ')
  4. print ('I got it' name '.')
  5. time = input ('how long do you play this game? ')
  6. print ('nice')
  7. color = input('What is your favourite color? ')
  8. print ('That is a nice color.')
  9. movie = input ('what is your favourite movie? ')
  10. print ('That is a good movie')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement