tangled
alpha
login
or
join now
stau.space
/
omnium-gatherum
0
fork
atom
My omnium-gatherom of scripts and source code.
0
fork
atom
overview
issues
pulls
pipelines
omnium-gatherum
/
Python
/
presentation-examples
/
main.py
at
main
4 lines
66 B
view raw
wrap content
Diego A. Estrada Rivera
backup: 2024-12-19T19:48:45-04:00
1y ago
d000526f
1
arr
=
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
2
3
for
i
in
arr
:
4
print
(
i
)