3rd day of python challenges 60-68

This commit is contained in:
abd.shallal
2019-07-18 16:31:50 +03:00
parent 30d27afab2
commit 5e9fbc523c
11 changed files with 320 additions and 71 deletions

View File

@@ -0,0 +1,5 @@
import turtle
draw = turtle.Turtle()
draw.shape('turtle')
draw.circle(100)