转换函数使用

#转换函数使用
a,b=input().split(",")
b=int(b)
print(int(a,b))

posted @ 2025-01-02 20:40  Grit_Doyle  阅读(9)  评论(0)    收藏  举报