p93,捕获用户输入
使用raw_input()出现错误:
Traceback (most recent call last): File "", line 1, in s=raw_input("Enter some txt:")
NameError: name 'raw_input' is not defined
p93,捕获用户输入
使用raw_input()出现错误:
Traceback (most recent call last): File "", line 1, in s=raw_input("Enter some txt:")
NameError: name 'raw_input' is not defined