第19026题 单选题
以下Python中int()函数的调用语句,执行会出现错误的是哪一项?
A

int()

B

int(1.0)

C

int(0x20,16)

D

int('2023',8)

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析