Question: Nested Loops creating a list of pairs

Please could you help me answer this, Thanks!
Use a nested for loop (that means two for commands, with one inside the other) to create a list of all pairs [a, b]
 where a and b are positive integers from 1 to 20 and a/b is also an integer.

Please Wait...