summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cmdline/repl_basic.py.exp
blob: 27732376a321a74f48681b595568ed0adfd17530 (plain) (blame)
1
2
3
4
5
6
7
Micro Python ######
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
>>>