summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_basic.py.exp
blob: a190684743285a49be00439dd4701c415c4a2fc7 (plain)
1
2
3
4
5
6
7
8
9
10
MicroPython \.\+ version
Type "help()" for more information.
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
>>> 2
2
>>>