Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_3
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
0b301d7a
authored
Apr 04, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
2902386b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
final.py
final.py
View file @
0b301d7a
...
@@ -31,7 +31,7 @@ else:
...
@@ -31,7 +31,7 @@ else:
if
name
==
username
and
password
==
userpassword
:
if
name
==
username
and
password
==
userpassword
:
turtle
.
write
(
"登陆成功"
,
font
=
(
"Times"
,
15
,
"normal"
))
turtle
.
write
(
"登陆成功"
,
font
=
(
"Times"
,
15
,
"normal"
))
else
:
else
:
turtle
.
write
(
"登陆失败
\n
您的帐号已被锁定
\n
请向@cc.163.com发送
\n
发送验证
来解除锁定"
,
font
=
(
"Times"
,
15
,
"normal"
))
turtle
.
write
(
"登陆失败
\n
为防止黑客恶意破解账号
\n
您的帐号已被锁定
\n
请向邮箱cc.163.com发送
\n
发送验证码
来解除锁定"
,
font
=
(
"Times"
,
15
,
"normal"
))
turtle
.
hideturtle
()
turtle
.
hideturtle
()
...
...
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