Advertisement
jinglis

Writing My Name In Python

Aug 27th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. # Name: James Inglis
  2. # Syntax: Python
  3. # Date: 8/18/14
  4. # Description: This program displays my name and prompts for exit.
  5. #
  6.  
  7. print("My name is James Inglis!")
  8. input("Please press enter to exit")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement