Skip to content

Commit

Permalink
Update evaluate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Oct 30, 2024
1 parent e5441c5 commit ab5f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_2/evaluate_mathematical_expression/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ def normalize_string(string: str) -> str:
strings.append(temp)
string_temp = ''

return ' '.join([s for s in strings])
return ' '.join(strings)

0 comments on commit ab5f545

Please sign in to comment.