This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #highest input should be 5 for testing | |
| def recursion(level): | |
| #accomidate for input params for move and turn | |
| level = level/10 | |
| #set these to level | |
| moveLev = level | |
| turnAng = level | |