Commit f25b66ec by BellCodeEditor

save project

parent f874e9f9
Showing with 34 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.left(45)
pen.circle(50,180)
pen.home()
pen.left(45)
pen.fd(100)
pen.left(90)
pen.circle(50,180)
pen.hideturtle()
turtle.done()
\ No newline at end of file
#def wm(x,y):
# q=x+y
# return q
#wmm=wm(3,4)
#print(wmm)
#def wm(x,y):
# if x>y:
# return x
# else:
# return y
#wmm=wm(3,4)
#print(wmm)
#def wm(i):
# wmmm=0
# for i in range(i+1):
# wmmm+=i
# return wmmm
#wmm=wm(1)
#print(wmm)
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