Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson8-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
65a49cd92a75eaebb00613f1261100aeb8223ee3
Switch branch/tag
lesson8-2
1.py
Find file
Blame
History
Permalink
auto save
· 65a49cd9
BellCodeEditor
committed
2 years ago
65a49cd9
1.py
36 Bytes
Edit
1
2
3
a
=
{
1
:
4
,
6
:
8
,
1
:
10
}
a
[
7
]
=
100
print
(
a
)