We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 564fc06 + 9065d6e commit 743813aCopy full SHA for 743813a
1 file changed
src/main/java/org/teachingkidsprogramming/recipes/completed/section02methods/PyramidsOfGizaEnd.java
@@ -17,6 +17,7 @@ public static void main(String[] args) throws Exception
17
moveDown();
18
turnAndMove(135, 210);
19
}
20
+ // this makes the turtle turn and move -- duh
21
public static void turnAndMove(int degrees, int length)
22
{
23
Tortoise.turn(degrees);
0 commit comments