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.
2 parents fa04fdf + a1ba381 commit bd59a27Copy full SHA for bd59a27
maths/special_numbers/proth_number.py
@@ -111,5 +111,5 @@ def isprothnumber(number: int) -> bool :
111
for number in listexe :
112
if isprothnumber(number):
113
print(f"{number} is a Proth number")
114
- else :
115
- print(f"{number} is not a Proth number")
+ else:
+ print(f"{number} is not a Proth number")
0 commit comments