Commit feb69bfe by BellCodeEditor

save project

parent 337bdff8
Showing with 6 additions and 2 deletions
......@@ -2,4 +2,8 @@ import turtle,random
a=turtle.Pen()
a.pencolor("red")
len=100
a.circle(100)
\ No newline at end of file
s=turtle.Screen()
x=s.textinput("s","a")
z=int(x)
a.circle(z)
turtle.done()
\ No newline at end of file
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