ha = input('name:')
print(ha)
--------------------------------------------------------
name:gg
Traceback (most recent call last):
File "C:/Users/Administrator/Desktop/Python/name.py", line 1, in <module>
ha = input('name:')
File "<string>", line 1, in <module>
NameError: name 'gg' is not defined
哪里错了啊