Python Interpreter is an interpreter of the popular Python language. This interpreter has a minimum of dependencies and works within one sprite! It supports: variables, lists, user functions, cycles! When you first run it, you will see the test code: ``` def join(name): return "hello, "+name"+"!" for _ in range(0, 10): print(join(name)) ``` Also now the code editor has learned to select a line from the general code!
--{18.07.2024}-- Publication of the project. --{25.06.2025}-- The code editor has been updated. Basic syntax highlighting has appeared. Problems with calling user functions in Python have been fixed. --{26.06.2025}-- Fixed a bug with scrolling and cursor movement.