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
Commit 5e3cd8dc authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent cb393f24
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 3 deletions
  • diy1.py
diy1.py
View file @ 5e3cd8dc
username = 'DaShaige' username = 'DaShuaige'
userpassword = '54188' userpassword = '54188'
while True: while True:
name = input("瓦特is the名字?) name = input("瓦特is the名字?)
...@@ -6,9 +6,9 @@ while True: ...@@ -6,9 +6,9 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("好的爸爸,以为您启动自爆模式") print("好的爸爸,以为您启动自爆模式")
break break
if name != username if name != username:
print("李个泼该,重写用户名字!") print("李个泼该,重写用户名字!")
if name != username if password != userpassword:
print("李个泼该,重写密码!") print("李个泼该,重写密码!")
print("不是坡改?照样鬼!") print("不是坡改?照样鬼!")
\ No newline at end of file
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