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
/
int_big_rshift.py
blob: d11f8f63eb3e54faa2447fbc3936eee6cf0442ba (
plain
)
1
2
3
i
=
123456789012345678901234567890
print
(
i
>>
1
)
print
(
i
>>
1000
)