Merge branch 'Juan' of https://github.com/Miranda13/Python into Juan

This commit is contained in:
Juanitoupipou 2024-11-27 16:03:34 +01:00
commit bd59a27685

View File

@ -111,5 +111,5 @@ if __name__ == "__main__":
for number in listexe :
if isprothnumber(number):
print(f"{number} is a Proth number")
else :
print(f"{number} is not a Proth number")
else:
print(f"{number} is not a Proth number")