Commit 1f18ad84 by BellCodeEditor

save project

parent f47756eb
Showing with 12 additions and 1 deletions
import turtle
pen=turtle.Pen()
chang=1
for i in range(300):
pen.forward(chang)
pen.right(91)
i+=1
pen.hideturtle()
turtle.done
\ No newline at end of file
...@@ -8,7 +8,7 @@ while True: ...@@ -8,7 +8,7 @@ while True:
print("登录成功!") print("登录成功!")
break break
else: else:
if cishu=0: if cishu==0:
exec() exec()
if username!=name: if username!=name:
if username!=name and userpassword!=password: if username!=name and userpassword!=password:
......
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