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

bellcode / lesson3-1-1_DIY1

  • 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
Switch branch/tag
  • lesson3-1-1_DIY1
  • diy1.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · 21a5f349
    BellCodeEditor committed 3 years ago
    21a5f349
diy1.py 267 Bytes
1 2 3 4 5 6 7 8 9
username = "DaShuaiGe"
userpassword = "54188"
while True:
    name = input("瓦特is the名字?)
    password = input("密码是吗?")
    if name == username and password == userpassword:
    print("好的爸爸,以为您启动自爆模式")
    brenk