今儿在写一脚本的时候,出现了错误查了半天:各种纠结,无奈啊,怀疑这个错误怀疑那个错误。关键是基础不牢啊:
最近学习python,好好从头开始吧,把各种基础好好联系下。
7月1号:实验
>>> name='chen' >>> root='chen' >>> if root=='name': ... print '11' ... >>> if root=='%s' %name: ... print '22' ... 22 >>> print file <type 'file'> >>> file=[('-d','222'),('-e','2323')] >>> for opt,arg in file: ... if opt=='-d': ... print arg ... 222
posted on 2012-06-29 21:37 h2内存数据库 阅读(209) 评论(0) 编辑 收藏 举报