We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662ffb0 commit c9c63a8Copy full SHA for c9c63a8
maths/perfect_number.py
@@ -85,4 +85,3 @@ def perfect(number: int) -> bool:
85
raise ValueError(msg)
86
87
print(f"{number} is {'' if perfect(number) else 'not '}a Perfect Number.")
88
-
0 commit comments