Commit 404392af by BellCodeEditor

save project

parent 90f4cf00
Showing with 1 additions and 5 deletions
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.pencolor("red") a.pencolor()
b=turtle.Screen()
c=b.textinput("fjfj","kodskfo")
len=int(c)
a.circle(len)
turtle.done() turtle.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment