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
#2
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.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Help!! Help! python fake bank system - by ichabod801 - Oct-04-2017, 07:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to make a bank transfer with python? funkynerd 3 3,778 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