mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
psf/black code formatting (#1277)
This commit is contained in:

committed by
Christian Clauss

parent
07f04a2e55
commit
9eac17a408
@ -85,8 +85,9 @@ from __main__ import simple_fibonacci
|
||||
"""
|
||||
code = "simple_fibonacci(randint(1,70000), 1, 1)"
|
||||
exec_time = timeit.timeit(setup=setup, stmt=code, number=100)
|
||||
print("Without matrix exponentiation the average execution time is ",
|
||||
exec_time / 100)
|
||||
print(
|
||||
"Without matrix exponentiation the average execution time is ", exec_time / 100
|
||||
)
|
||||
return exec_time
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user