Skip to content

Commit bd59a27

Browse files
author
Juanitoupipou
committed
Merge branch 'Juan' of https://github.com/Miranda13/Python into Juan
2 parents fa04fdf + a1ba381 commit bd59a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maths/special_numbers/proth_number.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ def isprothnumber(number: int) -> bool :
111111
for number in listexe :
112112
if isprothnumber(number):
113113
print(f"{number} is a Proth number")
114-
else :
115-
print(f"{number} is not a Proth number")
114+
else:
115+
print(f"{number} is not a Proth number")

0 commit comments

Comments
 (0)