Python Forum
<= not supported but I already use int as an input
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
<= not supported but I already use int as an input
#2
This could be the issue ( i have not run your code)
    def Balance (self,balance):
        self.bankBalance = "0" + str(balance)
        print ("The Available balance is ",balance)
is assigning self.bankBalance as a string not a number
vonits23 likes this post


Messages In This Thread
RE: <= not supported but I already use int as an input - by Yoriz - Apr-07-2022, 02:44 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020