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

2 Answers
+ 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

Often have questions like this?
Learn more efficiently, for free:
Hot today
Audio adding
1 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
playground input
0 Votes
C Program
0 Votes
Software developer
0 Votes