Commit a27d3dfd by BellCodeEditor

save project

parent b045f4c7
Showing with 7 additions and 3 deletions
......@@ -2,5 +2,9 @@ e = "wx012941"
d = "wx012941"
n = input("請輸入賬號")
p = input("請輸入密碼")
if e == n and d == p:
print("登陸成功")
\ No newline at end of file
while True:
if e == n and d == p:
print("登陸成功")
break
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