Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
import symtable code = 'x = 10' table = symtable.symtable(code, 'string', 'exec') symbols = table.get_symbols() print(f'Found {len(symbols)} symbol(s)')
Found 1 symbol(s)