How can you exit a Python REPL session?
Select all that apply:
Type exit or quit without parentheses and press Enter
exit
quit
Press Ctrl+C
Type exit() or quit() and press Enter
exit()
quit()
Hint
Think about commands that works across all operating systems.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?