MicroPython \.\+ version
Use \.\+
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
>>> 2
2
>>>