We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0b5b7 commit d82245cCopy full SHA for d82245c
src/m3_turtles.py
@@ -33,6 +33,7 @@
33
# Allow this file to use the rosegraphics.py file by marking the src
34
# directory as a "Sources Root". Do that by right clicking on the src folder,
35
# then selector Mark Directory As --> Sources Root
36
+# Watch the red underlines on the line of code above disappear as you do that step.
37
# You will do that once for every project that uses rosegraphics so get used to it. :)
38
#
39
# Run this module by Right clicking in this window and select Run 'filename'
@@ -73,6 +74,7 @@
73
74
akil.left(90)
75
akil.forward(50)
76
77
+
78
########################################################################
79
80
# TODO: 3.
0 commit comments