Python in Scratch (v0.0.9-3) A slightly modified minimal Python interpreter Features: - print() - variable setting - input() - # comments Notes: - To set a string that uses multiple words, use '_'. Example: let x = 'double_word' This project uses tokenizers, string removers, and clever usage of variables and lists - Credits: @kwongn20 for the string remover @griffpatch for the tokenizer Everything else by @owen2600 (Me) - Tags #python #programming #scratch #all #language #learn #minimal #math #programminglanguages #pythonlanguage #coding