Lexer Parser Most built-in data types, including int, bool, string, list, dict and range Common unary and binary operators on common data types A few built-in functions, including print Variable assignment and lookup, with support for nonlocal and global keywords Conditional expressions with if and else All loop constructs: for and while with support for break and continue within them Support for

