Files
Core2forAWS-MicroPython/tests/cmdline/repl_basic.py
T

4 lines
32 B
Python
Raw Normal View History

# basic REPL tests
print(1)
OA