Advertisement
D10d3

hello

Jan 21st, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def hello(name):
  2. print "hello %s" % name
  3.  
  4. name = raw_input("What is your name?> ")
  5. hello(name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement