My favorite Python 3.13 feature
Briefly

The new Python 3.13 includes a shiny new feature - a brand new REPL, with colored prompt, auto-indentation, and other improvements, making it the most anticipated feature for teaching purposes.
Exiting the new REPL is now easier and more straightforward with the ability to immediately exit by typing 'exit.' Additionally, help mode can now be accessed by typing 'help' instead of needing to call help() as a function.
The block-level history feature in the new Python REPL allows users to edit previously typed blocks of code more efficiently, enabling quick corrections and reruns with ease.
The old-style Python REPL required navigating through history line-by-line for editing a block of code, while the new REPL in Python 3.13 offers a more convenient block-level history for smoother code editing and rerunning.
Read at Treyhunner
[
add
]
[
|
|
]