0 votes
by (220 points)
How do I run a Python project?

1 Answer

0 votes
by (1.4k points)
To run Python scripts with the python command, you need to open a command-line and type in the word python , or python3 if you have both versions, followed by the path to your script, just like this: $ python3 hello.py Hello World! If everything works okay, after you press Enter , you'll see the phrase Hello World!

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Aug 1, 2021 by runpython (220 points)
0 votes
0 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jun 14, 2021 by script (120 points)
...