Update
This commit is contained in:
@@ -16,5 +16,5 @@ def fak(n):
|
|||||||
else:
|
else:
|
||||||
return n * fak(n - 1)
|
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)))
|
print("LUL {} FORMAT".format(fak(500)))
|
||||||
|
Reference in New Issue
Block a user