Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-5-2_DIY1
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
8f6945a9
authored
Mar 17, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
6f63fb42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
dfjh
fpj.py
jh.py
dfjh
0 → 100644
View file @
8f6945a9
fpj.py
0 → 100644
View file @
8f6945a9
username
=
"python"
userpassword
=
"120346"
name
=
input
(
"请输入你的账号:"
)
password
=
input
(
"请输入你的密码:"
)
if
username
==
name
and
userpassword
==
password
:
print
(
"登录成功!"
)
\ No newline at end of file
jh.py
View file @
8f6945a9
import
turtle
import
turtle
screen
=
turtle
.
s
creen
()
screen
=
turtle
.
S
creen
()
pen
=
turtle
.
Pen
()
pen
=
turtle
.
Pen
()
size
=
screen
.
textinput
(
"提示"
,
"你想要多大的魔法阵呀?"
)
size
=
screen
.
textinput
(
"提示"
,
"你想要多大的魔法阵呀?"
)
size
=
int
(
size
)
size
=
int
(
size
)
...
...
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