131k views
1 vote
Which shell commands can be used on the command line to start the python interactive shell in windows?

1) python
2) py
3) python3
4) py3

User Amrrs
by
7.7k points

1 Answer

1 vote

Final answer:

The commands 'python' and 'py' can be used on the command line to start the Python interactive shell in Windows.

Step-by-step explanation:

On Windows, you can start the Python interactive shell using the python or py command. Both commands are commonly used and will open the Python interpreter where you can enter Python code and interact with it.

User Josianne
by
7.1k points