Commit 52fd426a by BellCodeEditor

save project

parent 84400964
Showing with 18 additions and 1 deletions
import turtle
turtle.fillcloor("blue")
turtle.begin_fill()
turtle.circle(50)
turtle.end_fill()
turtle.forward(90)
turtle.left(120)
turtle.forward(180)
turtle.goto(0,0)
turtle.forward(90)
turtle.right(120)
turtle.forward(180)
turtle.done
import-tur
\ No newline at end of file
...@@ -8,9 +8,11 @@ while True: ...@@ -8,9 +8,11 @@ while True:
if name=usernane and password==usrpassword: if name=usernane and password==usrpassword:
print("登录成功") print("登录成功")
break break
continue
if password!=usrpassword: if password!=usrpassword:
print("登录失败,请重新输入") print("登录失败,请重新输入")
print("你还se'i")sei print("你还剩"+str(i)"次登录次数")
if name!=usenam: if name!=usenam:
priat("登录失败,请重新输入") priat("登录失败,请重新输入")
print("你还剩"str(i)"次登录次数")
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