You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Section 5.6, right below ac_3_7_1, there's a line that says "The list of integers printed above for list(range(5,60,2)) is only displayed to show you the distances being used to move the turtle forward. The actual use appears as part of the for loop." That doesn't make sense in the context of the page; the command "list(range(5,60,2))" doesn't appear anywhere else.
Describe the bug
In Section 5.6, right below ac_3_7_1, there's a line that says "The list of integers printed above for list(range(5,60,2)) is only displayed to show you the distances being used to move the turtle forward. The actual use appears as part of the for loop." That doesn't make sense in the context of the page; the command "list(range(5,60,2))" doesn't appear anywhere else.
https://runestone.academy/runestone/static/fopp/PythonTurtle/AFewMoreturtleMethodsandObservations.html
The text was updated successfully, but these errors were encountered: