Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_2
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
3dbfbf2e
authored
Feb 05, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
dee8f54b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
2 deletions
diy1.py
diy1.py
View file @
3dbfbf2e
dict_hero
=
{
'沙洼乡我擦单位收到的东西的危险地王大厦'
:
87
,
'温度为对方'
:
86
,
'完全为当前未付得分'
:
92
,}
dict_hero
=
{
'请问'
:
10
,
'阿萨德'
:
21
,
'自行车'
:
22
,
'发过火'
:
29
,
'金坷垃'
:
30
}
dict_hero
=
{
'沙洼乡我擦单位收到的东西的危险地王大厦'
:
87
,}
print
(
dict_hero
)
print
(
dict_hero
[
'发过火'
])
dict_hero
[
'金坷垃'
]
=
32
print
(
dict_hero
)
dict_hero
[
'把你们'
]
=
25
print
(
dict_hero
)
if
'把你们'
in
dict_hero
:
print
(
dict_hero
[
'把你们'
])
else
:
print
(
"错误"
)
print
(
dict_hero
)
print
(
dict_hero
)
...
...
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