Commit 569f2e9d by BellCodeEditor

save project

parent f0ece3c6
Showing with 44 additions and 1 deletions
s
cscsd
c
ds
csd
c
dsc
ds
ds
cd
sc
sc
sc
sd
ds
c
sdc
sd
c
dsc
ds
csdcdcdscds
cdscds
csdc
ds
cdscsdc
ds
cs
dc
s
cds
c
dsc
s
......@@ -8,6 +8,14 @@ while True:
print("登入成功")
print("欢迎来到贝尔编程")
break
print("账号和密码输入错误")
if name!=username:
print("账号错误")
print("请重新输入")
if password!=userpassword:
print("密码错误")
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