2727817871 发表于 2020-8-28 10:54:18

奇怪的问题

在 Python shell 中
isinstance(520,str)
False

在Anaconda Spyder (Python3.8)中
isinstance(520,str)

Traceback (most recent call last):

File "<ipython-input-36-199b0b78c7e4>", line 1, in <module>
    isinstance(520,str)

TypeError: isinstance() arg 2 must be a type or tuple of types

居然会报错

1q23w31 发表于 2020-8-28 11:03:45

你在anaconda中是不是对str赋值过了

2727817871 发表于 2020-8-28 11:04:33

1q23w31 发表于 2020-8-28 11:03
你在anaconda中是不是对str赋值过了

牛逼!

昨非 发表于 2020-8-28 11:05:03

https://s1.ax1x.com/2020/08/28/dIACfU.png

实测spyder没问题啊

2727817871 发表于 2020-8-28 11:06:13

昨非 发表于 2020-8-28 11:05
实测spyder没问题啊

我给str赋值了,问了一个sb问题,学傻了

昨非 发表于 2020-8-28 11:07:23

2727817871 发表于 2020-8-28 11:06
我给str赋值了,问了一个sb问题,学傻了

没事解决就好,截图慢了{:10_266:}
页: [1]
查看完整版本: 奇怪的问题