Python, Functions, Lists, and Memory Management

1 year ago
9

This is a video where I explore how Python handles lists inside of functions, and I even get to see a bit of how memory management works in Python.
This was part of the work I did for day 37 of my #100daysofcode #100daysofcodechallenge Challenge. Which you can find detailed and tracked here. https://github.com/JosephKemper/100-Days-of-Code-Challenge/blob/main/README.md
The code I am learning is part of BYU-Idaho CSE 111 Programming with Functions. The specific assignment is part of Lesson 7. The one I spent the most time on can be found here. https://byui-cse.github.io/cse111-course/lesson07/prepare.html

Loading comments...