30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

Fix day_4.py isdigit error

Open mariotristan opened this issue 1 year ago • 0 comments

Fix error on line 171

Traceback (most recent call last):
  File "/home/mario/code/30-Days-Of-Python/04_Day_Strings/day_4.py", line 171, in <module>
    print(challenge.digit())   # True
          ^^^^^^^^^^^^^^^

mariotristan avatar Oct 31 '24 14:10 mariotristan