Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / pygame_lesson11_diy01

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit e26a0581 authored a year ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 5218ff44
Show whitespace changes
Inline Side-by-side
Showing with 9 additions and 5 deletions
  • sss.py
sss.py
View file @ e26a0581
username = "city"
userpassword = "114514"
zhanghao = input("请输入帐号:")
mima = input("请输入密码:")
if zhanghao == username and mima == userpassword:
while True:
zhanghao = input("请输入帐号:")
mima = input("请输入密码:")
if zhanghao == username and mima == userpassword:
print("欢迎使用windows")
else:
print("滚远点,注册一个账号吧老弟")
break
else:
print("滚,你自己看看你的账号吧")
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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