1\直接输出数值和字符串类型: 1 print(2) 2 print(‘hello world‘)
2\
print函数
原文:http://www.cnblogs.com/auLeon/p/7328009.html