Commit cf6423eb by BellCodeEditor

save project

parent 43818b64
Showing with 7 additions and 2 deletions
you=input("请出拳:石头:a/剪刀:b/布:c")
print("玩家出拳:"+you)
usename = "奥迪"
userpassword = "123444"
name = input("请输入用户名:")
ward = input("请输入密码")
if usename == name and userpassword == ward:
print("登录成功")
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