37,737
社区成员
发帖
与我相关
我的任务
分享A = input("plz enter 1st factor:")
while not isinstance(A,(int,float)) :
print(not isinstance(A,(int,float)))
A = input("plz re-enter a number:")
print(A)
print("pass")while not isinstance(A,(int,float)) :总是为真.