mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
Micro Python v\.\+ version
|
|
>>> # basic REPL tests
|
|
>>> print(1)
|
|
1
|
|
>>> print(1)
|
|
1
|
|
>>>
|