Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson8-5
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
484ae70d49a5b42d0e30880ac90fc2201524ee0e
Switch branch/tag
lesson8-5
2.py
Find file
Blame
History
Permalink
save project
· 198c8877
BellCodeEditor
committed
3 years ago
198c8877
2.py
103 Bytes
Edit
1
2
3
goods
=
{
'可口可乐'
:
3
,
'旺仔牛奶'
:
15
,
'农夫山泉'
:
0.01
}
goods
.
pop
(
'农夫山泉'
)
print
(
goods
)