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
039d05bdc0
XJTU_Python
/
homework
/
3
/
1.py
6 lines
71 B
Python
Raw
Blame
History
s
=
input
(
)
a
=
int
(
s
,
2
)
print
(
oct
(
a
)
[
2
:
]
)
print
(
a
)
print
(
hex
(
a
)
[
2
:
]
)
Reference in New Issue
View Git Blame
Copy Permalink