类型
变量
>>> a = 1
>>> a = True
>>> a = "abc">>> n
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'n' is not defined最后更新于
>>> a = 1
>>> a = True
>>> a = "abc">>> n
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'n' is not defined最后更新于