Commit 6514c6ff by BellCodeEditor

save project

parent c9b4ce46
Showing with 19 additions and 10 deletions
username = "python" import turtle as t
userpassword = "123456" t.speed(0)
while True: d=1
name = input("请输入用户名:") for i in range(300):
password = input("请输入密码:") t.forward(d)
if name == username and password == userpassword: t.right(91)
print("登录成功!") d+=1
print("用户名和密码错误!请重新输入") t.hideturtle()
print("欢迎来到贝尔编程!") t.done()
\ No newline at end of file
a=0
a=0
while a<10:
a+=1
if a==3 or a==7:
continue
print(a)
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