Break apart code into the largest repeatable sequences using both loops and nested loops.
Recognize the difference between using a loop and a nested loop.
Describe when a loop, nested loop, or no loop is needed.
Press run to test your code. You can adjust the speed of you code being tested.
turtle slow rabbit - fast
pixels - very tiny squares on your computer screen (How far the sprite will move)
degrees - a measurement of a plane angle in which one full rotation is 360 degrees. (How far the sprite will turn)
Loop - The action of doing something over and over again. (How you repeat code, or repeat a sequence of code)
Repeat - To do something again.
Nested Loop - a loop inside a loop