2006年11月07日 星期二 10:31
Python.cn,您好! 我用str(input())读取键盘输入,输入#或*时: SyntaxError: unexpected EOF while parsing 请问为什么?有什么解决方法? 致 礼! kevin kevin_woso在126.com 2006-11-07
2006年11月07日 星期二 11:31
input()假定输入的内容是合法的Python表达式。根据文档: Equivalent to |eval(raw_input(prompt)) 如果只想读取键盘输入,应该使用raw_input | kevin 写道: > Python.cn,您好! > > 我用str(input())读取键盘输入,输入#或*时: > SyntaxError: unexpected EOF while parsing > 请问为什么?有什么解决方法? > > 致 > 礼! > > > kevin > kevin_woso在126.com > 2006-11-07 > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- 大管家网上建材超市 装修买建材 上网找大管家 http://www.homemaster.cn Tel: 0086-21-34240987 Fax: 0086-21-64692422
2006年11月07日 星期二 21:40
kevin 写道: > Python.cn,您好! > > 我用str(input())读取键盘输入,输入#或*时: > SyntaxError: unexpected EOF while parsing > 请问为什么?有什么解决方法? > > 致 > 礼! > > > kevin > kevin_woso在126.com > 2006-11-07 > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese input()是不是只能接受数值类型,如果还有数值之外的情况用raw_input() 好了
Zeuux © 2025
京ICP备05028076号