python自然语言学习第三章(3)
2018-07-10 本文已影响0人
魏小胖
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