category-banner

3.13 Release Highlights — Python

The REPL now supports high-level commands like help , exit , and quit directly without needing to call them as functions (e.g., just type exit instead of exit() ).

python.org/downloads/release/python-313/ python 3.13 release highlights

: A new "paste mode" (triggered with F3) makes it easier to paste large blocks of code into the interpreter without formatting issues. 💻 Platform & Library Updates The REPL now supports high-level commands like help