mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-17 11:29:27 -04:00
Update climbing_stairs.py
This commit is contained in:
parent
45a3a9b050
commit
cf32f0112c
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# author: bt3gl
|
||||||
|
|
||||||
'''
|
'''
|
||||||
You are climbing a staircase. It takes n steps to reach the top.
|
You are climbing a staircase. It takes n steps to reach the top.
|
||||||
Each time you can either climb 1 or 2 steps.
|
Each time you can either climb 1 or 2 steps.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue