Discussion about this post

User's avatar
Diksha Poudyal's avatar

elements = ((1, 4), (4, 5), (6, 7), (1, 3))

for element in elements:

print(element[1])

Expand full comment
VINOD VIJAYAN's avatar

elements = ((1, 4), (4, 5), (6, 7), (1, 3))

for element in elements:

print(element[1])

Expand full comment

No posts

Ready for more?