This commit is contained in:
2019-07-26 13:09:12 +02:00
parent d662081edb
commit 8e2cf56134

View File

@@ -16,5 +16,5 @@ def fak(n):
else:
return n * fak(n - 1)
print("LUL {} FORMAT".format(fac_iter(1000)))
print("LUL {} FORMAT".format(fac_iter(100000)))
print("LUL {} FORMAT".format(fak(500)))