Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson9_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
ebd3edcb
authored
Dec 19, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
52f5edf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
store.py
store.py
View file @
ebd3edcb
goods
=
{
'可
口可乐'
:
3
,
'旺仔牛奶'
:
4
,
'农夫山泉'
:
1
,
'辣条'
:
3
,
'巴西烤肉'
:
2
,
'果冻'
:
4
,
'乐事'
:
5
,
'奥利奥'
:
10
,
'巧克
力'
:
6
}
goods
=
{
'可
喜可乐'
:
3
,
'旺仔刘奶'
:
4
,
'农夫的尿'
:
1
,
'辣掉'
:
3
,
'垃圾烤肉'
:
2
,
'果动'
:
4
,
'乐屎'
:
5
,
'奥利给'
:
10
,
'巧阔
力'
:
6
}
goods
.
pop
(
"农夫山泉"
)
goods
.
pop
(
"农夫山泉"
)
print
(
good
)
print
(
good
s
)
# 请将"农夫山泉"删掉,并打印出新的商品信息
# 请将"农夫山泉"删掉,并打印出新的商品信息
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