Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 347 Bytes

File metadata and controls

18 lines (12 loc) · 347 Bytes

Hello World Assignment

This is a simple Python project to verify you have python installed.

Write your code

  1. In main.py, define a hello_world() function to print "Hello, World!".

How to Run

  1. Ensure you have Python 3.13 installed.
  2. Run the following command:
python main.py

OR

press the Play button in your IDE.