Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_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
e88e0666
authored
a year ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
29f54dc1
Pipeline
#10157
failed in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
shangke2.py
shangke2.py
View file @
e88e0666
dict
=
{
"ni"
:
1
,
"wo"
:
2
}
dict
=
{
"ni"
:
1
,
"wo"
:
2
}
print
(
dict
)
print
(
dict
)
print
(
dict
[
"ni"
])
print
(
dict
[
"ni"
])
dict
.
pop
(
"ni"
)
dict2
=
{
"hou1"
:
20
,
"hou2"
:
27
,
"hou3"
:
30
,
"hou4"
:
48
,
"houwang"
:
999
}
dict2
[
"hou5"
]
=
80
if
"houwang"
in
dict2
:
print
(
dict2
)
\ 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