好奇(py)
查看原帖
好奇(py)
498893
左丞相953105楼主2022/2/9 22:54

为啥同样的代码,Python2就全A,3就RE一个?

a=int(input())
b=bool(a)
c=int(b)
print(c)
2022/2/9 22:54
加载中...