Skip to content

Commit

Permalink
solved some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theabdallahnjr committed Jan 10, 2025
1 parent 8c0e771 commit ccf3de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/fuel.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
print(gauge(convert(fraction)))
break
except AssertionError as e:
print(e) # Display assertion error message and re-prompt the user
print(e)


def convert(fraction):
Expand Down

0 comments on commit ccf3de4

Please sign in to comment.