摘要: #!/usr/bin/env python#coding:utf8 count = 0while (count < 9): print 'the count is:',count count +=1 print 'good bye!' i = 1while i < 10: i +=1 if i%2 阅读全文
posted @ 2017-03-28 17:45 Py.qi 阅读(526) 评论(0) 推荐(0) 编辑