From cac55faa20187f57a26ce5f517997ec4151e0e91 Mon Sep 17 00:00:00 2001 From: Edoardo Colella s257113 Date: Wed, 13 Dec 2023 16:34:38 +0100 Subject: [PATCH] solved 000 --- source/BUG/mathematics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/BUG/mathematics.py b/source/BUG/mathematics.py index 6dcf5f2..ac3dc09 100644 --- a/source/BUG/mathematics.py +++ b/source/BUG/mathematics.py @@ -4,7 +4,7 @@ def example_pr() -> bool: ''' BUG000: This is an example bug. ''' - result = False + result = True return result def add_values(a: int, b: int) -> int: