Update climbing_stairs.py

This commit is contained in:
bt3gl 2023-07-30 15:57:34 -07:00 committed by GitHub
parent 45a3a9b050
commit cf32f0112c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.