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