看板
[ Python ]
討論串[問題] Python 新手問題 有關constructor和object
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
class MyLover(object):. def __init__(self, username, age):. self.username = username. self.age = age. lover1 = MyLover('audrey', 20). lover2 = MyLover
(還有759個字)
首頁
上一頁
1
下一頁
尾頁