摘要: #-*-coding:utf-8-*-'''Created on 2014年7月7日@author: xyt''''''尝试抽象一个牛群'''class Cows(): def __init__(self,age): self.age=age self.count_... 阅读全文
posted @ 2014-07-07 12:27 UCanBeFree 阅读(2522) 评论(0) 推荐(0)
摘要: message="uvwxyz,df,df,df,df,df,df,dfabcd"for i in message: if i.isalpha() : if ord(i)<=ord('u'): print chr(ord(i)+5) else... 阅读全文
posted @ 2014-07-07 11:55 UCanBeFree 阅读(118) 评论(0) 推荐(0)
摘要: pass 阅读全文
posted @ 2014-07-07 11:54 UCanBeFree 阅读(174) 评论(0) 推荐(0)