Skip to content

Commit 2a91c42

Browse files
committed
[#9] Feat: Add 진법 변환
1 parent d59fb34 commit 2a91c42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

2745.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 진법 변환
2+
3+
N, B = map(str, input().split())
4+
print(int(N, int(B)))

0 commit comments

Comments
 (0)