mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-10 00:29:51 +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 :
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user