diff --git a/index.html b/index.html index d213a53..e9cf1fc 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@
- def is_even(num: int) -> bool:
+ def is_even(num: int) -> bool:
return num % 2 == 0
@@ -98,7 +98,7 @@ 2024, GitHub: asfound
- -