Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson10-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
9ac95929
authored
a year ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
0014e0bd
c347008l949p219a9945/wx634550
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
5 deletions
area.py
yfdhcicxk.py
area.py
View file @
9ac95929
city
=
[
'a'
,
'b'
,
'c'
,
'd'
,
'e'
,
'f'
]
import
turtle
=
input
(
''
)
pen1
=
Pen
.
turtle
()
screen
=
tuple
.
Screen
()
pen1
.
speeol
(
'fast'
)
pen1
.
hideturtle
()
screen
.
bgcolor
(
'black'
)
i
=
0
while
i
<
135
pen
.
pencolor
(
'pink'
)
pen1
.
penup
()
pen1
.
goto
(
0
,
0
)
pen1
This diff is collapsed.
Click to expand it.
yfdhcicxk.py
0 → 100644
View file @
9ac95929
a
=
{
'数'
:
85
,
'语'
:
95
,
'外'
:
96
}
b
=
{
'数'
:
99
,
'语'
:
90
,
'外'
:
81
}
c
=
{
'数'
:
94
,
'语'
:
98
,
'外'
:
87
}
score
=
{
's'
:
a
,
'r'
:
b
,
'w'
:
c
,}
while
True
:
name
=
input
(
'请输入名字'
)
if
name
in
score
:
ui
=
score
[
name
]
for
s
,
b
in
ui
.
items
():
print
(
s
,
b
)
elif
name
==
'q'
:
break
else
:
print
(
'上传中'
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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