摘要: 仿照武老师写的小游戏class game(): def __init__(self,name,age,sex,fight): self.name=name self.age=age self.sex=sex self.fight=fight def sky(self): self.fight=sel 阅读全文
posted @ 2016-03-22 15:01 张新财(python) 阅读(890) 评论(0) 推荐(0)
摘要: num=1count=0while count<3: num=int(input('please input a num:')) if num==18: print('contragration you guess right ') break elif num>18: print('you gue 阅读全文
posted @ 2016-03-22 13:46 张新财(python) 阅读(200) 评论(0) 推荐(0)