print 'dongshen'
for word in ['capitalize','these','words']:
print word.upper()
for i in range(0,5):
print i
相关文章
- 03-11IntelliJ idea 如何将两个代码左右同时显示
- 03-11Python re.findall函数不能匹配但是notepad++能匹配
- 03-11Python的高级Git库 Gittle
- 03-11首页>Python> Urwid ListBox:如何获得流体焦点运动?
- 03-11《Python Cookbook v3.0.0》Chapter3 数字、日期、时间
- 03-11python configparser日志处理模块(ini格式)
- 03-11使用策略模式改造代码坏味道,让代码更有质量
- 03-11用Python修复窗口而不清除终端
- 03-11传递给构造函数的Python函数引用变为c_void_p数据类型
- 03-11网页标准化:CSS代码缩写精简实例