30-Days-Of-Python
30-Days-Of-Python copied to clipboard
day4 has an error
Python30Days\04_Day_Strings\day_4.py", line 171, in
type "print (challenge.isdigit())" instead of "print(challenge.digit())"
line171 revise:print(challenge.isdigit()) # True