mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
MicroPython \.\+ version
|
|
Use \.\+
|
|
>>> # basic REPL tests
|
|
>>> print(1)
|
|
1
|
|
>>> print(1)
|
|
1
|
|
>>>
|