hey lads, can I make a for loop on a tuple of two ...
# getting-started
a
hey lads, can I make a for loop on a tuple of two list of the same size?? or a for loop on two sets of list
m
.zip() and .unzip() are your friends me thinks
1