Exercise: Build All Color-Size Pairs

Pair every color with every size using two nested for-loops and collect the combinations in pairs.
Python
Setting up Python environment...
Output