micropython/tests/basics/builtin_locals.py
2016-12-20 14:08:57 +11:00

5 lines
54 B
Python

# test builtin locals()
x = 123
print(locals()['x'])