Skip to content

Instantly share code, notes, and snippets.

@mtanco
Created February 3, 2025 17:48
Show Gist options
  • Save mtanco/e00f069f0ce2fdd02cad6776e4a6eb80 to your computer and use it in GitHub Desktop.
Save mtanco/e00f069f0ce2fdd02cad6776e4a6eb80 to your computer and use it in GitHub Desktop.
A classic 'Hello, World!' program in Python. This simple program demonstrates the basic syntax of Python and serves as a traditional first program for learning Python programming. It showcases Python's straightforward and readable syntax by using the print() function to output text to the console.
print("Hello, World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment