2014年10月微软MVP申请开始啦
2014年10月微软MVP申请开始了! CSDN与微软合作,长期为用户提供申请“微软最有价值专

腾讯系列(13)
1、
2、
3、
4、
5、
6、
7、
8、
9、
10、
11、
12、
13、
阿里系列(18)
1、
2、
3、
4、
5、
6、
7、
8、

http://
Python基本输入输出教程
raw_input()
先在交互式解释器中查看input函数
input(…)
input([prompt]) -> string
Read a string from standard input. The trailing newline is stripped.
If the user hits EOF (Unix: Ctl-D, Windows: Ctl-Z+Return), raise EOFError. On Unix, GNU readline is used if enabled. The prompt string, if given, is printed without a trailing newline before reading.