Python Forum
Help!! Help! python fake bank system
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help!! Help! python fake bank system
#3
(Oct-04-2017, 07:21 PM)ichabod801 Wrote: If you are running this in Python 3.0 or higher, input returns a string. So choice is a string, and you are comparing it to integers, which will never match. Either convert choice to an integer with int(), or compare it to strings like '1', '2', and so on.

Hi, Thank you for the response. How would i do that could you please explain it more?
Reply


Messages In This Thread
RE: Help!! Help! python fake bank system - by jamshaid1997 - Oct-04-2017, 09:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to make a bank transfer with python? funkynerd 3 3,746 Nov-30-2020, 09:20 PM
Last Post: Marbelous

Forum Jump:

User Panel Messages

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