From ccf3de461c5bbac708fb227ba0919dde42c8be57 Mon Sep 17 00:00:00 2001 From: theabdallahnjr Date: Fri, 10 Jan 2025 21:07:11 +0200 Subject: [PATCH] solved some issues --- solutions/fuel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/fuel.py b/solutions/fuel.py index 8c6e2bb44..c796ae157 100644 --- a/solutions/fuel.py +++ b/solutions/fuel.py @@ -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):