Commit 0feeb0f0 by BellCodeEditor

save project

parent 2c2d8dd0
Showing with 11 additions and 0 deletions
a='13255423046'
b='12345678qq'
print('请输入账号')
c=input()
print('请输入密码')
d=input()
if a==c and b==d:
print('欢迎')
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