Commit 8b7cca43 by BellCodeEditor

save project

parent 370cf254
Showing with 10 additions and 0 deletions
usrename = 'python'
userpassword = '123456'
a=input('输入账号')
q=input('密码')
if a==usrename and q==userpassword:
print('ok')
else:
print('ko')
\ 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