- 博客(1)
- 收藏
- 关注
原创 用python写银行系统
import tkinter # 导入tkinter模块 import tkinter.messagebox # 导入tkinter.messagebox模块 # 账户类 class Account(): def __init__(self, name, password, balance, operation): self.name = name self.password = password self.balance = balance self.operation = operation print
2024-02-21 09:55:24 448 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人