a = Ture print(a)
Traceback (most recent call last): File "C:/Users/lenovo/AppData/Local/Programs/Python/Python37-32/asfasfsad.py", line 1, in <module> a = Ture NameError: name 'Ture' is not defined
为什么显示 Ture is not defined 啊?我的是 python 3 自带的 IDLE