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

Administrator / lesson4_5

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

save project

parent 6fb2a48f
Show whitespace changes
Inline Side-by-side
Showing with 9 additions and 9 deletions
  • Untitled-1.py.py
Untitled-1.py.py
View file @ 26ec4536
...@@ -3,19 +3,19 @@ username="lcy" ...@@ -3,19 +3,19 @@ username="lcy"
usepassword="007" usepassword="007"
while True: while True:
if i>0: if i>0:
name=input(":") name=input("5")
password=input(":") password=input("6")
i-=1 i-=1
if name==username and password == userpassword: if name==username and password == userpassword:
print("") print("xxxx")
break break
if name !=username: if name !=username:
print("") print("cccc")
continue continue
if password !=userpassword: if password !=userpassword:
print("") print("dddd")
print("wei") print("wei"+str(i)+"fgh")
else: else:
print("") print("eeee")
exit() exit()
print("") print("333")
\ No newline at end of file \ 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