What is the new REPL in Python 3.13?
New features in Python 3.13 and 3.14
Audio flashcard · 0:15Nortren·
What is the new REPL in Python 3.13?
0:15
The new REPL is a complete rewrite based on PyPy's REPL, with built-in multi-line editing, paste mode, command history that persists across sessions, syntax highlighting, and helpful exit messages. It dramatically improves the interactive experience compared to the old line-based REPL.
docs.python.org