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
/
tuple_mult.py
blob: f8350f2f272ecac313bb6d9a5b3385f29fe68421 (
plain
)
1
2
3
4
print
((
0
,)
*
5
)
a
=
(
1
,
2
,
3
)
c
=
a
*
3
print
(
c
)