7 lines
84 B
Text
7 lines
84 B
Text
Micro Python \.\+ version
|
|
>>> # basic REPL tests
|
|
>>> print(1)
|
|
1
|
|
>>> print(1)
|
|
1
|
|
>>>
|