Python Final Day (Day 4)
Today we learned about recursion. Recursion is when a function activates itself from within the function. We made a spiral using recursion. We also learned about lists...
Read MoreToday we learned about recursion. Recursion is when a function activates itself from within the function. We made a spiral using recursion. We also learned about lists...
Read MoreToday we learned how to randomize information, set the turtle’s position, and create shortcuts for functions. The function shortcuts make the code much easier to...
Read MoreToday we started with more challenging things which resulted in us missing break (totally worth it though). We worked on using loops and learned about conditions such...
Read MoreWe learned basic commands of Python using turtle such as “print, forward, backward, right, left, and learned how to loop commands. We also learned types of...
Read More