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
/
basics
/
fun1.py
blob: e12bdbe03e8b03b13391c88ac258771246d939d9 (
plain
)
1
2
3
4
5
# calling a function
def
f
():
print
(
1
)
f
()