Commit 908de930 by BellCodeEditor

save project

parent 956a8d72
Showing with 9 additions and 0 deletions
z="wx561221"
m="woyebuzhidao"
qz=input("账号")
qm=input("密码")
if qm==m and qz==z:
print("成功")
else:
print("失败")
......@@ -3,6 +3,7 @@ import turtle
pen= turtle.Pen()
size=textinput("提示","你想要多大的魔法阵呀?")
pen.circle(size)
pen.circle(size,360,3)
pen.circle(size,60)
......
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