+ 2
Is there any ways to apply comprehension on tuples in Python?
7th Oct 2019, 4:15 PM
APURVA JAISWAL

2 Respuestas
+ 3
x = (i**2 for i in range(10))
print(x)
found out
7th Oct 2019, 4:18 PM
APURVA JAISWAL

+ 1
Yep
7th Oct 2019, 4:18 PM
Trigger

¿Tienes a menudo preguntas como esta?
Aprende gratis de forma más eficaz
En tendencia hoy
Need a personal tutor
1 Votes
Fix code
0 Votes
..
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
Beginner_to_SoloLearn
1 Votes