This website requires JavaScript.
Explore
Help
Register
Sign In
Luthics
/
XJTU_Python
Watch
1
Star
0
Fork
You've already forked XJTU_Python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4c09a3f823
XJTU_Python
/
test
/
5
/
1.py
4 lines
70 B
Python
Raw
Blame
History
n
=
int
(
input
(
)
)
print
(
bin
(
n
)
[
2
:
]
)
print
(
oct
(
n
)
[
2
:
]
)
print
(
hex
(
n
)
[
2
:
]
)
Reference in New Issue
View Git Blame
Copy Permalink