Python Prompt Strings
Source: https://arpitbhayani.me/blogs/python-prompts Date: 2020-02-21
Customize your Python interactive shell prompt! Learn how to personalize and format your
>>>and...prompts.
The >>> we see when the Python interactive shell starts, is called the Prompt String. Usually, the prompt string suggests that the interactive shell is now ready to take new commands.


