Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_4
This project
Loading...
Sign in
Toggle navigation
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
48a2beb4
authored
Jul 18, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
d22e46b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
a.py
a.py
View file @
48a2beb4
...
...
@@ -6,12 +6,10 @@ while True:
if
a
==
"python"
and
b
==
"123456"
:
print
(
"输入正确"
)
break
elif
a
!=
"python"
and
b
==
"123456"
:
print
(
"用户名错误"
)
else
:
if
a
!=
"python"
:
print
(
"用户名错误"
)
continue
else
:
print
(
"密码错误"
)
print
(
"密码错误"
)
print
(
"欢迎您!"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment