s1 = {2, 3, 1} s2 = {'b', 'a', 'c'} s3 = list(zip(s1,s2)) print(s3)
To embed this project on your website, copy the following code and paste it into your website's HTML: