Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bug in my code
#7
You are getting an error, because you are telling Python to generate an error, so Python says "okee dokee here's an error"

If you don't want that, try something like:

   elif not cat.isalpha():
     print("not alpha")
     break
Just a matter of semantics, but your response "Argument should be a string", is not really accurate,  since at the beginning of your function you are converting every thing to a string.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
bug in my code - by sunnysude - Feb-03-2017, 08:42 PM
RE: bug in my code - by nilamo - Feb-03-2017, 09:05 PM
RE: bug in my code - by sunnysude - Feb-05-2017, 12:29 PM
RE: bug in my code - by Ofnuts - Feb-03-2017, 09:12 PM
RE: bug in my code - by sunnysude - Feb-05-2017, 12:27 PM
RE: bug in my code - by Larz60+ - Feb-05-2017, 12:29 PM
RE: bug in my code - by sparkz_alot - Feb-05-2017, 02:58 PM
RE: bug in my code - by sunnysude - Feb-05-2017, 10:50 PM

Forum Jump:

User Panel Messages

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