mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 13:20:14 +02:00
6b97759d25
Makes it easier to see the trailing spaces in an editor, and to know that they are intentional. Signed-off-by: Dan Halbert <halbert@halwitz.org>
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
MicroPython \.\+ version
|
|
Type "help()" for more information.
|
|
>>> # basic REPL tests
|
|
>>> print(1)
|
|
1
|
|
>>> print(1)
|
|
1
|
|
>>> 2
|
|
2
|
|
>>> \$
|