Commit b58d1e78 by BellCodeEditor

save project

parent fe793614
Showing with 2 additions and 3 deletions
username="方圣乔" username="方圣乔"
userpassword="654312" userpassword="1"
name=input("用户名") name=input("用户名")
password=input("密码:") password=input("密码:")
if name==username and password ==userpassword: if name==username and password ==userpassword:
print("傻逼~") print("傻逼~")
else: else:
print("输入错误!") 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