Respuesta :
Answer:
for i in range(1,7):
for j in range(1,7):
print (str(i)+","+str(j))
Explanation:
In this exercise we have to use the knowledge of the python language to write the code, so we have to:
The code is in the attached photo.
So to make it easier the code can be found at:
for i in range(1,7):
for j in range(1,7):
print (str(i)+","+str(j))
See more about python at brainly.com/question/26104476
![Ver imagen lhmarianateixeira](https://us-static.z-dn.net/files/dd5/a13d16e5103c4538a94c7722f7f8b2e9.png)