mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-12 12:28:07 +00:00
Merge branch 'Juan' of https://github.com/Miranda13/Python into Juan
This commit is contained in:
commit
bd59a27685
|
@ -111,5 +111,5 @@ if __name__ == "__main__":
|
||||||
for number in listexe :
|
for number in listexe :
|
||||||
if isprothnumber(number):
|
if isprothnumber(number):
|
||||||
print(f"{number} is a Proth number")
|
print(f"{number} is a Proth number")
|
||||||
else :
|
else:
|
||||||
print(f"{number} is not a Proth number")
|
print(f"{number} is not a Proth number")
|
Loading…
Reference in New Issue
Block a user