+ 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
Fast coding (mobile)
2 Votes
DSA doubt
1 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Vote Code
1 Votes
Without degree job
0 Votes