Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.
Sagot :
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
Visit us again for up-to-date and reliable answers. We're always ready to assist you with your informational needs. Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. Westonci.ca is committed to providing accurate answers. Come back soon for more trustworthy information.