Advertisement
MrsMcLead

Untitled

May 5th, 2014
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. def getName():
  2.     print("What's your name?")
  3.     getName = input()
  4.     print("Whatver you want to type "  + getName + " some more")
  5.  
  6.  
  7. getName()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement