Advertisement
Shannon

py4infoex2.2

Nov 11th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #!C:\Python32
  2. #Filename: py4infoex2.2.py
  3.  
  4. newcomer = input ('Hello there. What\'s your name?\n')
  5. print ('Welcome, {0}!'.format(newcomer))
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement