2018年1月26日

对象14

摘要: 1 #!/usr/bin/python 2 # -*- coding: UTF-8 -*- 3 4 class HotDog: 5 def __init__(self): 6 self.cooked_level=0 7 self.cooked_string="生" 8 self.condiments=[] 9 10 ... 阅读全文

posted @ 2018-01-26 14:40 新手爱好者 阅读(104) 评论(0) 推荐(0) 编辑

导航