Commit 267fed2b by BellCodeEditor

auto save

parent 3c61f682
Showing with 6 additions and 3 deletions
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
i=0 i=0
while i<3: while True:
if i<3
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
if name == username and password == userpassword: if name == username and password == userpassword:
...@@ -14,4 +15,6 @@ while i<3: ...@@ -14,4 +15,6 @@ while i<3:
else: else:
print("用户名和密码错误!曹尼玛") print("用户名和密码错误!曹尼玛")
i=i+1 i=i+1
print("欢迎来到傻逼LLLLLLLLL!") print("欢迎来到傻逼LLLLLLLLL!")
\ No newline at end of file else:
print(曹尼玛你个傻逼)
\ 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