'Int'在Python Jupyter Notebook中是不可调用的。

问题描述 投票:-1回答:0

案例一

input()

案件二

a = input()
a

案件三

a = int(input())
a

python-3.x object int
© www.soinside.com 2019 - 2024. All rights reserved.