Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson10-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
44782eb0
authored
May 09, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
d0f36e19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
0 deletions
er.py
ghdfghfhf.py
vgtycj.py
er.py
0 → 100644
View file @
44782eb0
weather
=
{
'北京'
:
8
,
'上海'
:
15
,
'广州'
:
20
,
'深圳'
:
21
}
data
=
weather
.
pop
(
'北京'
)
print
(
data
)
print
(
weather
)
\ No newline at end of file
ghdfghfhf.py
0 → 100644
View file @
44782eb0
c
=
int
(
input
(
"你的语文成绩是"
))
m
=
int
(
input
(
"你的数学成绩是"
))
e
=
int
(
input
(
"你的英语成绩是"
))
score
=
c
+
m
+
e
if
score
>=
270
:
print
(
"优秀"
)
elif
240
<=
score
<
270
:
print
(
"良好"
)
elif
180
<=
zzzzscore
<
240
:
print
(
"合格"
)
elif
score
<
180
:
print
(
"不合格"
)
vgtycj.py
0 → 100644
View file @
44782eb0
import
turtle
turtle
.
width
(
10
)
turtle
.
color
(
"blue"
)
turtle
.
circle
(
100
)
turtle
.
penup
()
turtle
.
goto
(
240
,
0
)
turtle
.
pendown
()
turtle
.
color
(
"black"
)
turtle
.
circle
(
100
)
turtle
.
penup
()
turtle
.
goto
(
480
,
0
)
turtle
.
pendown
()
turtle
.
color
(
"red"
)
turtle
.
circle
(
100
)
turtle
.
penup
()
turtle
.
goto
(
120
,
-
100
)
turtle
.
pendown
()
turtle
.
color
(
"yellow"
)
turtle
.
circle
(
100
)
turtle
.
penup
()
turtle
.
goto
(
360
,
-
100
)
turtle
.
pendown
()
turtle
.
color
(
"green"
)
turtle
.
circle
(
100
)
turtle
.
penup
()
\ 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