Commit df6b7458 by BellCodeEditor

auto save

parent ea488ec5
Showing with 39 additions and 0 deletions
'''import turtle
p=turtle.Pen()
p.circle(100)
p.right(90)
p.forward(50)
p.right(90)
p.circle(20)
p.penup()
p.goto(0,200)
p.pendown()
p.right(90)
p.forward(50)
p.right(90)
p.circle(20)
p.penup()
p.goto(100,100)
p.pendown()
p.forward(50)
p.right(90)
p.circle(20)
p.penup()
p.goto(-100,100)
p.pendown()
p.right(90)
p.forward(50)
p.right(90)
p.circle(20)
turtle.done()'''
......@@ -7,6 +7,7 @@ import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
j=['red','o']
for i in range(300):
pen.forward(i)
pen.right(91)
......
x=input("")
if x[:3]=='010':
if "8" in x[-8:]:
if int(x[-8:])%2==0 and int(x[-8:])%3==0:
print("llll")
else:
print('vvv')
\ No newline at end of file
x=im
\ 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