python 从入门到精通教程二
1

2、print 是一个结构,用于打印输出的,还能格式化输出,现在我们只需要知道简单的使用即可,
print "hello, world!" #输出字符串
print 1+2 #输出计算结果
print "count result:",1+2 #字符串与计算结果合并后输出

3

阅读量:107
阅读量:58
阅读量:20
阅读量:102
阅读量:40
1

2、print 是一个结构,用于打印输出的,还能格式化输出,现在我们只需要知道简单的使用即可,
print "hello, world!" #输出字符串
print 1+2 #输出计算结果
print "count result:",1+2 #字符串与计算结果合并后输出

3
