1

The code like:

for x in ['a','b','c']:
    for y in [1,2,3]:

I just want get the tuple like:

("a",1)
("b",2)
("c",3)
bob
  • 27
  • 7

0 Answers0