asked 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

asked
User Amrrs
by
8.1k 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.

answered
User Josianne
by
7.6k points