3rd day of python challenges 60-68
This commit is contained in:
5
challenges60-68/challenge-062.py
Normal file
5
challenges60-68/challenge-062.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import turtle
|
||||
|
||||
draw = turtle.Turtle()
|
||||
draw.shape('turtle')
|
||||
draw.circle(100)
|
||||
Reference in New Issue
Block a user