标签: python methods
这是没有实现的definel方法的正确方法。一个可以帮助我的建议或链接将不胜感激。我的代码工作正常,但我做得对吗?
class BankAccount(object): @staticmethod def withdraw(): pass @staticmethod def deposit(): pass