Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_5
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
0fc38b27
authored
Apr 24, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
6957e43f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
23 deletions
banana.py
diy4.py
jkl.py
banana.py
0 → 100644
View file @
0fc38b27
dict
=
{}
dict
[
'猴十'
]
=
25
print
(
dict
)
while
True
:
if
input
(
'您想找什么:'
)
in
dict
:
print
(
"爬"
)
else
:
print
(
'404notfound'
)
\ No newline at end of file
diy4.py
deleted
100644 → 0
View file @
6957e43f
dict
{
'sss'
:
100
,
'ddd'
:
200
,
'fff'
:
300
}
dict
{
sss
}
=
200
jkl.py
deleted
100644 → 0
View file @
6957e43f
import
turtle
a
=
turtle
.
Pen
()
a
.
pensize
(
3
)
a
.
pencolor
(
"blue"
)
a
.
fillcolor
(
"blue"
)
a
.
penup
()
a
.
goto
(
160
,
-
160
)
a
.
write
(
"春晓
\n
春眠不觉晓
\n
处处闻啼鸟
\n
夜来风雨声
\n
花落知多少"
,
font
=
(
"times"
,
20
,
"normal"
))
a
.
penup
()
a
.
goto
(
0
,
0
)
a
.
pendown
()
a
.
begin_fill
()
a
.
left
(
45
)
a
.
fd
(
160
)
a
.
circle
(
80
,
180
)
a
.
right
(
90
)
a
.
circle
(
80
,
180
)
a
.
fd
(
160
)
a
.
end_fill
()
turtle
.
done
()
\ No newline at end of file
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