Skip to content

Commit

Permalink
fixed day error Asabeneh#616
Browse files Browse the repository at this point in the history
  • Loading branch information
Neerajkomatishetti committed Nov 7, 2024
1 parent 8ed841e commit 966c9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_Day_Strings/day_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
challenge = 'Thirty'
print(challenge.isdigit()) # False
challenge = '30'
print(challenge.digit()) # True
print(challenge.isdigit()) # True

# isdecimal():Checks decimal characters

Expand Down

0 comments on commit 966c9aa

Please sign in to comment.