Week 2 - You Try It, Part 3
Python Object to model a Scratch Sprite
Reading Code
- In part 1 I described a Python class that would model a Sprite in Scratch.
- In part 2 I gave you the opportunity to program that if you wanted.
- Here is my solution to the code for a SimpleSprite.
- Consider how this code matches the design we produced in part 1.
- Consider skills you use when reading this new algorithm
- Consider what code in there is completely new to you and how you would research it (Google it) to figure out what it does
- Consider what you LEARNED looking at a completely new program