摘要:
小屁孩日记3里的牛奶歌挺有意思的,和99个瓶子差不多,使用Python实现一下:# -*- coding: utf-8 -*-# 小屁孩日记3 牛奶歌 哈哈from sys import exitclass Song: def __init__(self, num_of_bottles): self.bottles = num_of_bottles def zero(self): return self.bottles == 0 def take_one_down(self): if self.bottles != 0: ... 阅读全文
posted @ 2013-12-21 14:32
jaw-crusher
阅读(427)
评论(0)
推荐(0)

浙公网安备 33010602011771号