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
2fdf0a9b0630ba65b8bf820079918b34bc15e638
Switch branch/tag
lesson8-2
edcw.py
Find file
Blame
History
Permalink
auto save
· bb008780
BellCodeEditor
committed
a year ago
bb008780
edcw.py
50 Bytes
Edit
1
2
3
heros
=
[
"a"
,
"b"
,
"c"
]
for
i
in
heros
:
print
(
i
)