Commit 2e81e402 by BellCodeEditor

save project

parent d52cfccc
Showing with 10 additions and 21 deletions
i=3
username = "python"
userpassword = "123456"
while True:
if i>0:
name = input("请输入用户名:")
if name != username:
print("用户名不是")
password = input("请输密码:")
if name == username and password == userpassword:
print("登录成功!")
break
else:
print("密码不是")
i-=1
print("密码不是,还有"+str(i)+"下")
else:
print("错误多下,冻节了,TMD,要节冻,打20亿到我司,卡号54188~~~~~")
exit()
print("欢迎来到骗钱公司APP~~~~!")
\ No newline at end of file
import turtle
pen=turtle.Pen()
distance=1
for i in range(300):
pen.fd(distance)
distance+=1
pen.rt(91)
turtle.hideturtle()
turtle.done()
\ 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