Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson9_3
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
61331771
authored
Oct 16, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
9630c3d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
dvojfdi.py
窝室嫩叠.py
dvojfdi.py
View file @
61331771
/
give
@s
command_block
64
#一组命令方块
/
give
@s
barrier
64
#一组屏障
/
give
@s
structure_block
64
#一组结构方块
/
give
@s
deny
64
#一组拒绝方块
/
give
@s
allow
64
#一组允许方块
\ No newline at end of file
窝室嫩叠.py
0 → 100644
View file @
61331771
stu1
=
{
'语文'
:
999999999
,
'数学'
:
999999999
,
'英语'
:
999999999
}
stu1
=
{
'语文'
:
999999999
,
'数学'
:
999999999
,
'英语'
:
999999999
}
stu2
=
{
'语文'
:
0
,
'数学'
:
0
,
'英语'
:
0
}
stu3
=
{
'语文'
:
0
,
'数学'
:
0
,
'英语'
:
0
}
sc
=
{
'窝室嫩叠'
:
stu1
,
'傻逼'
:
stu2
,
'脑残'
:
stu3
}
n
=
input
(
"名字:"
)
print
(
"-"
*
20
)
if
n
in
sc
:
sc
=
sc
[
n
]
for
k
,
v
in
sc
.
items
():
print
(
k
,
v
)
else
:
print
(
"查询错误,你的记忆力比智障都差"
)
print
(
"-"
*
20
)
\ 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