Advertisement
fmachi

20131112-pyladies-meetup-pyprog

Nov 13th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. print (lambda t: ''.join([x.format(raw_input("What is your name? "), raw_input("How old are you? "), t) for x in ["Hi {0}! You are {1} years old" + (", and your username is {2} " if t else ". Rock on. \o/ {0}")]]))(raw_input("What is your twitter handle? "))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement