0 votes
by (220 points)
How do I run a .PY file in Python shell?

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!

Related questions

0 votes
1 answer
asked Jun 4, 2021 by runpython (220 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 6, 2021 by python (700 points)
0 votes
1 answer
0 votes
1 answer
asked Aug 1, 2021 by runpython (220 points)
0 votes
1 answer
asked May 27, 2021 by python (700 points)
0 votes
1 answer
0 votes
1 answer
...