Open dbarashev-jetbrains opened 3 months ago
You need to create a single Python file that, when launched, prints to the standard output the string "Hello World" and the application title.
Please name the file main.py. You should be able to launch this file from the command line with python main.py command.
main.py
python main.py
You need to create a single Python file that, when launched, prints to the standard output the string "Hello World" and the application title.
Please name the file
main.py
. You should be able to launch this file from the command line withpython main.py
command.