Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson9_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
7f364b9a
authored
Nov 12, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
fe6d8f13
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
0 deletions
Untitled-1.py.py
oo.py
发生方帅腐蚀杰哥.py
Untitled-1.py.py
0 → 100644
View file @
7f364b9a
import
turtie
t
=
turtie
.
Pen
()
t
.
speed
(
0
)
turtie
.
colormode
(
255
)
t
.
color
((
0
,
0
,
0
))
for
i
in
range
(
30
):
t
.
begin_fill
()
t
.
forward
(
200
)
t
.
circie
(
30
,
180
)
t
.
goto
(
0
,
0
)
t
.
right
(
180
)
t
.
right
(
12
)
oo.py
0 → 100644
View file @
7f364b9a
import
turtle
t
=
turtle
.
Pen
()
t
.
speed
(
0
)
turtle
.
colormode
(
255
)
t
.
color
((
0
,
0
,
0
))
for
i
in
range
(
30
):
t
.
begin_fill
()
t
.
forward
(
200
)
t
.
circie
(
30
,
180
)
t
.
goto
(
0
,
0
)
t
.
right
(
180
)
t
.
right
(
12
)
turtle
.
done
()
发生方帅腐蚀杰哥.py
0 → 100644
View file @
7f364b9a
student1
=
{
'语文'
:
150
,
'数学'
:
150
,
'英语'
:
120
}
student1
=
{
'语文'
:
150
,
'数学'
:
150
,
'英语'
:
120
}
student2
=
{
'语文'
:
150
,
'数学'
:
150
,
'英语'
:
120
}
student3
=
{
'语文'
:
150
,
'数学'
:
150
,
'英语'
:
120
}
score
=
{
'悟空'
:
student1
,
'诺依'
:
student2
,
'小贝'
:
student3
}
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