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_or.py
blob: a279ce742b3fc42500205d53cf519544abe6ad23 (
plain
)
1
2
3
4
print
(
0
|
(
1
<<
80
))
a
=
0xfffffffffffffffffffffffffffff
print
(
a
|
(
1
<<
200
))