Commit 8754401b by BellCodeEditor

save project

parent 36613a18
Showing with 2 additions and 2 deletions
username="花生" username="花生"
userpassword="123456" userpassword="123456"
i=4 i=3
while True: while True:
i-=1 i-=1
if i>0: if i>=0:
name=input("请输入你的用户名") name=input("请输入你的用户名")
password=input("请输入你的密码") password=input("请输入你的密码")
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