第十一章 类和对象[DDT书本学习 小甲鱼]【2】
摘要:
import random as rclass Fish: def __init__(self): self.x=r.randint(0,10) self.y=r.randint(0,10) def move(self): self.x-=1 print("我的位置是:",self.x,self.y 阅读全文
posted @ 2019-03-03 22:33 梦中醒来 阅读(159) 评论(0) 推荐(0)
浙公网安备 33010602011771号