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
/
builtin_bin_intbig.py
blob: 345e1f6873cac01d83ebfaf07f895c6b60ff3c0a (
plain
)
1
2
3
# test builtin bin function
print
(
bin
(
12345678901234567890
))