You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the typical Logo recursion example of a stick -> tree. Remember that you should "stop the recursion" (that is, have a no-op base case) when the size gets too small.
For fun, also try and make it brown and green!
The text was updated successfully, but these errors were encountered:
Add the typical Logo recursion example of a stick -> tree. Remember that you should "stop the recursion" (that is, have a no-op base case) when the size gets too small.
For fun, also try and make it brown and green!
The text was updated successfully, but these errors were encountered: