码迷,mamicode.com
首页 > 编程语言 > 详细

Python 备忘

时间:2017-01-12 13:17:44      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:ott   符号   hello   多个   title   href   str   nal   bottom   

1. python 中的字符串连接符号是 +

2. python 中的字符串格式符号 %;

格式化输出一个字符串的

print("hello %s" %,"World")
 

输出多个格式的,要用()括起来的形式

print("Hello %s %s" % (World,"First"));

3. python 的3中序列: 字符串(str),列表(list),元组(tuple)

4. 列表可变,元组不可变

5. pygame的教程:

http://eyehere.net/2011/python-pygame-novice-professional-index/

Python 备忘

标签:ott   符号   hello   多个   title   href   str   nal   bottom   

原文地址:http://www.cnblogs.com/lbfamous/p/6275825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!