Commit 1cd7f526 by BellCodeEditor

save project

parent e20e51c8
Showing with 17 additions and 3 deletions
print('班级登记卡')
print('用户名:')
print('所属班级:')
print('验证码:3+5=?')
exit()
\ No newline at end of file
def jiage():
total = []
while True:
unit= input("请输入:")
unit= input("str")
if unit== 'q':
break
break1
else:
total.append(unit)
total.append()
print(total)
jiage()
\ No newline at end of file
usename="python"
usepassword="123456"
name=input("请输入用户名:")
password=input("请输入密码:")
if name==usename and password==usepassword:
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