xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
basics
/
builtin_bin_intbig.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# test builtin bin function
2
3
print
(
bin
(
12345678901234567890
))
4