Skip to content

Commit d82245c

Browse files
committed
Additional info about marking as a Sources Root
1 parent 2e0b5b7 commit d82245c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/m3_turtles.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
# Allow this file to use the rosegraphics.py file by marking the src
3434
# directory as a "Sources Root". Do that by right clicking on the src folder,
3535
# then selector Mark Directory As --> Sources Root
36+
# Watch the red underlines on the line of code above disappear as you do that step.
3637
# You will do that once for every project that uses rosegraphics so get used to it. :)
3738
#
3839
# Run this module by Right clicking in this window and select Run 'filename'
@@ -73,6 +74,7 @@
7374
akil.left(90)
7475
akil.forward(50)
7576

77+
7678
########################################################################
7779
#
7880
# TODO: 3.

0 commit comments

Comments
 (0)