pip3 install pipenv
pipenv shell
| import turtle as t | |
| import math | |
| n= 21 # Number of folds | |
| step= 1 # Step length | |
| l= 2**n - 1 | |
| a= [0]*l | |
| def fold(m, start, end, dir): |
git config credential.helper store
| .outer { | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .innter{ | |
| align-self: center; /*optional*/ | |
| } |