摘要: task1 实验源码: 1 #1 2 class Account: 3 def __init__(self,name,account_number,initial_amount=10): 4 self._name=name 5 self._card_no=account_number 6 self. 阅读全文
posted @ 2023-06-12 21:23 魅力哥 阅读(18) 评论(0) 推荐(0)