What does the >>> prompt indicate after running python?
>>>
python
The Python interpreter is ready to read and execute statements interactively.
All commands are automatically being saved in a .py file.
.py
Python has detected a syntax error and cannot accept input.
The regular shell is waiting for Linux commands only.