index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cmdline
/
repl_basic.py.exp
blob: 27732376a321a74f48681b595568ed0adfd17530 (
plain
)
1
2
3
4
5
6
7
Micro Python ###### >>> # basic REPL tests >>> print(1) 1 >>> print(1) 1 >>>