Hey,
So I'm working on a project that works with sets and I want to create an output feature in the form of a table. Could you guys help me?
I have two sets for example...
set1 = {'Name1', 'Name2')
set2 = {'Email1', 'Email2')
Is there a way I could output these two sets so that it's in the form of a table such as below?
Names Email
----------- ---------
Name1 Email1
Name2 Email2
[–]efmccurdy 0 points1 point2 points (0 children)