File tree Expand file tree Collapse file tree
src/org/teachingkidsprogramming/recipes/completed Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static void main(String[] args) throws Exception
1515 for (int i = 1 ; i <= 4 ; i ++)
1616 {
1717 // Change the color of the line the tortoise draws to "blue" --#4
18- Tortoise .setPenColor (Colors .getRandomColor () );
18+ Tortoise .setPenColor (Colors .Blues . Blue );
1919 // Move the tortoise 50 pixels --#2
2020 Tortoise .move (50 );
2121 // Turn the tortoise to the right (90 degrees) --#3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static void main(String[] args) throws Exception
1515 for (int i = 1 ; i <= 4 ; i ++)
1616 {
1717 // Change the pen color of the line the tortoise draws to "blue" --#4
18- Tortoise .setPenColor (PenColors .Reds . Red );
18+ Tortoise .setPenColor (PenColors .Blues . Blue );
1919 // Move the tortoise 50 pixels --#2
2020 Tortoise .move (50 );
2121 // Turn the tortoise to the right (90 degrees) --#3
You can’t perform that action at this time.
0 commit comments