Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 201 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 201 Bytes

Escape School 2021 Live Demo

Never do live demo, always ends up in a catastrophe...

Usage:

from fibonacci import fibonacci

for n in range(20):
    print(fibonacci(n))

Hello World.