the three greater than signs, >>>, represent a ____. \nprompt \nfile name \nidle \nfile path

the three greater than signs, >>>, represent a ____. \nprompt \nfile name \nidle \nfile path
Answer
Brief Explanations:
In Python's IDLE shell, the triple - greater - than signs (>>>) are the prompt symbol indicating that the interpreter is ready for input. They do not represent a file name, IDLE as a whole, or a file path.
Answer:
A. prompt