Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Reto mouredev#28 - Python
Browse files Browse the repository at this point in the history
  • Loading branch information
alberba committed Jul 12, 2023
1 parent 5e09fed commit 3916233
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ def is_expression(expression: str) -> bool:
print(is_expression("6+5+43"))
print(is_expression("6 +5"))
print(is_expression("6 + 555487"))
print(is_expression("6 +"))

print(is_expression("6 +"))

0 comments on commit 3916233

Please sign in to comment.