Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
es3
davegimo
May 4th, 2022
935
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
lista_pari
(
l
)
:
l_finale
=
[
]
for
i
in
range
(
len
(
l
)
)
:
if
l
[
i
]
%
2
==
0
:
l_finale.
append
(
l
[
i
]
)
return
l_finale
l
=
[
3
,
7
,
6
,
5
,
99
,
98
,
70
]
print
(
lista_pari
(
l
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Monetizing Method
Python | 1 hour ago | 0.39 KB
Crypto Exploit
Make | 1 hour ago | 0.39 KB
Free Money Method
Properties | 1 hour ago | 0.39 KB
free money glitch
Julia | 1 hour ago | 0.39 KB
Crypto Exploit
Swift | 1 hour ago | 0.15 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.39 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!