This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
radu
/
python-tutorials
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
9b9b874b21
Branch-ok
Tag-ek
master
python-tutor...
/
programs
/
more_list_comprehension.py
more_list_comprehension.py
76 B
Előzmények
Nyers
1
2
3
4
listone = [2, 3, 4]
listtwo = [2*i for i in listone if i > 2]
print listtwo