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.
To test the program, send in two two-dimensional lists: one is a Lo Shu Magic Square, the other is not.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here