Python3: When the function is called more than once I've this error TypeError: 'int' object is not callable

后端 未结 0 1426
北荒
北荒 2021-01-24 08:25

My funtion withdraw() works well once but if I call it again I got a TypeError: \'int\' object is not callable. Please help...

  class Accounts():
    def __init_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题