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