Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanfalouji committed Jan 12, 2025
1 parent 26f0653 commit dba5a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/check_number_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ def check_number_type(user_input: str) -> str:
>>> check_number_type("")
Traceback (most recent call last):
...
.ValueError:"Input cannot be empty. Enter a valid number."
ValueError:"Input cannot be empty. Enter a valid number."
>>> check_number_type("Eman")
Traceback (most recent call last):
...
.ValueError:"Please enter a valid number"
ValueError:"Please enter a valid number"
Expand Down

0 comments on commit dba5a61

Please sign in to comment.