Advertisement
Guest User

madlibbase

a guest
Jan 27th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1. name = "Dani"
  2. color = "teal"
  3. noun = "cat"
  4.  
  5. print name + " asked me, \"So what kind of " + noun + " do you want?\""
  6. print "I don't know what kind of " + noun + " I want!  Who wants a " + color + " " + noun + "?"
  7. print "So I just said, \"Give me whatever kind of " + color + " " + noun + " you have in stock, " + name + "\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement