Is there any ways to apply comprehension on tuples in Python? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

Is there any ways to apply comprehension on tuples in Python?

7th Oct 2019, 4:15 PM
APURVA JAISWAL
APURVA JAISWAL - avatar
2 Antworten
+ 3
x = (i**2 for i in range(10)) print(x) found out
7th Oct 2019, 4:18 PM
APURVA JAISWAL
APURVA JAISWAL - avatar
+ 1
Yep
7th Oct 2019, 4:18 PM
Trigger
Trigger - avatar