Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Printing the the most basic feature of Python. It allows you to send a message to the users screen.
  2.  
  3. # To print a message, simply type:
  4. print("Hello, World!")
  5.  
  6. # The quotes in front and behind the "Hello, World!" show the start and end of the message, and everything inside
  7. # will be shown the the user. Try it yourself!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement