Python Programming: 2D list The Lo Shu Magic Square is a grid with 3 rows and 3 columns that contains the numbers 1 through 9 exactly. The sum of each row, each column, and each diagonal all add up to...



Python Programming: 2D list


The Lo Shu Magic Square is a grid with 3 rows and 3 columns that contains the numbers 1 through 9 exactly. The sum of each row, each column, and each diagonal all add up to the same number.


In a program, you can simulate a magic square using a two-dimensional list. Write a function that accepts a two-dimensional list as an argument and determines whether the list is a Lo Shu Magic Square. Test the function in a program.




















492
357
816

To test the program, send in two two-dimensional lists: one is a Lo Shu Magic Square, the other is not.



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here