micropython/tests/cmdline/repl_basic.py.exp

11 wiersze
127 B
Plaintext

MicroPython \.\+ version
Type "help()" for more information.
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
>>> 2
2
>>>