t=((1,'a'),(2,'b'),(3,'c'))
for i,char in t:
    print(i,char)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: