in idle, which symbols are used for the prompt? - >>> <<< ***

in idle, which symbols are used for the prompt? - >>> <<< ***
Answer
Brief Explanations:
In Python's IDLE, the prompt symbols are >>>. This is a standard convention for indicating where the user can input Python code in the interactive shell.
Answer:
B. >>>