0 votes
by (240 points)
What is the key to run python code?

1 Answer

0 votes
by (2.1k 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
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked May 12, 2021 by python (700 points)
0 votes
1 answer
asked May 5, 2021 by python (700 points)
0 votes
1 answer
asked Jul 1, 2021 by terminal (360 points)
...