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)