This is a simple Python application. This application serves as a basic template for a console application using Python.
This application prints "Hello, World!" to the console.
You can run the application in one of the following ways:
-
Press
F5
. This will start the application in debug mode. -
Open a terminal by going to 'View' -> 'Terminal'. Then run:
python src/main.py
This will start the application.
Happy coding! 🙂