Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson17-diy3
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
d9d1db46
authored
Sep 22, 2024
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
73d83e18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
my_window.py
my_window.py
View file @
d9d1db46
...
@@ -4,9 +4,12 @@ def r():
...
@@ -4,9 +4,12 @@ def r():
name
=
e1
.
get
()
name
=
e1
.
get
()
mm1
=
e2
.
get
()
mm1
=
e2
.
get
()
mm2
=
e3
.
get
()
mm2
=
e3
.
get
()
if
mm1
==
mm2
:
if
mm1
==
""
or
mm2
==
""
or
name
==
""
:
print
(
"请输入完整"
)
elif
mm1
==
mm2
:
print
(
"已提交,名字为"
+
name
)
print
(
"已提交,名字为"
+
name
)
else
:
elif
mm1
!=
mm2
:
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