This website requires JavaScript.
Explore
Help
Sign In
tomasz
/
code-examples
Watch
1
Star
0
Fork
You've already forked code-examples
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ddd8a20949
code-examples
/
current
/
algorithms
/
python
/
app.py
8 lines
101 B
Python
Raw
Blame
History
x
=
[
1
,
2
,
3
,
4
]
y
=
[
2
*
el
+
1
for
el
in
x
]
for
el
in
y
:
print
(
"
El
{}
"
.
format
(
el
)
)
print
(
"
Done
"
)
Reference in New Issue
View Git Blame
Copy Permalink