A simple Hello World application written in Python.
This is a basic "Hello, World!" program that demonstrates:
- Basic Python syntax
- Function definition and execution
- Print statements
- Python 3.6 or higher
- Make sure you have Python installed on your system
- Clone this repository
- Navigate to the project directory
- Run the following command:
python hello_world.pyor
python3 hello_world.pyHello, World!
Welcome to my first GitHub project!
Created as a simple demonstration project.
This project is open source and available under the MIT License.