Commit f368032a authored by Tom Niget's avatar Tom Niget

Fix gen_test

parent 2fc9e7c8
......@@ -9,5 +9,5 @@ def fib(upto):
if __name__ == "__main__":
f = fib(50)
for i in range(15):
print(next(f))
\ No newline at end of file
for i in range(10):
print(next(f, None))
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment