This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8438c8790c
micropython
/
tests
/
basics
/
builtin_oct_intbig.py
5 lines
97 B
Python
Raw
Blame
History
# test builtin oct function
print
(
oct
(
12345678901234567890
)
)
print
(
oct
(
0o12345670123456701234
)
)
Reference in New Issue
View Git Blame
Copy Permalink