Skip to content
Snippets Groups Projects
Select Git revision
  • 3aa7dd23c9206b983f0004ec63eb6be913f7332a
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

repl_basic.py.exp

Blame
  • repl_basic.py.exp 92 B
    MicroPython \.\+ version
    Use \.\+
    >>> # basic REPL tests
    >>> print(1)
    1
    >>> print(1)
    1
    >>>