Question: Using two lists. numSet = [1,2,3] alphaSet = ['A', 'B', 'C'] Provide for both the while and for loops, create nested loops that print a
Using two lists.
numSet = [1,2,3]
alphaSet = ['A', 'B', 'C']
Provide for both the while and for loops, create nested loops that print a table that looks like this
1 A
1 B
1 C
2 A
2 B
2 C
3 A
3 B
3 C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
