Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_1
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
94821db6
authored
Nov 13, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
06d5d314
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
diy1.py
diy1.py
View file @
94821db6
...
@@ -6,9 +6,13 @@ while True:
...
@@ -6,9 +6,13 @@ while True:
nema
=
input
(
"请输入123456"
)
nema
=
input
(
"请输入123456"
)
if
a
==
name
and
b
==
nema
:
if
a
==
name
and
b
==
nema
:
print
(
'登陆成功啦诈骗分子'
)
print
(
'登陆成功啦诈骗分子'
)
break
break
else
:
if
name
!=
a
:
print
(
"诈骗分子你在多试试,一定要登上!!!"
)
print
(
'账号输错了是sb'
)
if
nema
!=
b
:
print
(
'密码输错了是123456'
)
print
(
"诈骗分子是sb 123456你在多试试,一定要登上!!!"
)
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