Files
TencentOS-tiny/components/language/micropython/tests/cmdline/repl_basic.py.exp
2022-09-29 12:10:37 +08:00

11 lines
100 B
Plaintext

MicroPython \.\+ version
Use \.\+
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
>>> 2
2
>>>