This commit is contained in:
medojanos 2025-01-17 12:21:57 +01:00
parent 0216f4584a
commit 589c162514

View File

@ -1,5 +1,5 @@
print("Tökéletes számok")
def program():
print("2. feladat: Tökéletes számok")
hatar = int(input("A keresés felső határa: "))
osszes = []
for x in range(1, hatar+1):