Explicit imports

This commit is contained in:
Chris Proctor 2024-08-26 12:10:12 -04:00
parent 9f84b9619e
commit b302693d92
1 changed files with 9 additions and 8 deletions

View File

@ -1,11 +1,12 @@
# drawing.py from turtle import (
# ---------- forward,
# By ______(you!)________ back,
# left,
# This is a drawing of ???. right,
penup,
pendown,
from turtle import * color,
)
forward(100) forward(100)
right(360 * 2 / 5) right(360 * 2 / 5)