>>> used in python
- The symbol >>> is used to point out that what’s coming after is Python Code. It’s also known as Python Prompt.
- Likewise this is the prompt that appears in the Python Console interactive shell when you type python in the terminal. It indicates that you are in the python interactive shell and prepared to type python code.
Example :
This means that the command is print(“Welcome to Wikitechy Website”).