Python Programming: 2-Dimensional 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...



Python Programming: 2-Dimensional 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.


Write the program in Python that reads a 2-dimensional list from  .txt files and returns if it is a Lo Shu Square or not. (Use 2 .txt files, one is a Lo Shu Square and the other is not)


Write a function that accepts a two-dimensional list as an argument and determines whether the list is a Lo Shu Magic Square. Remember to check the sum of the rows, columns, and diagonals. Use only local variables across all your functions.


Test the function in the program by sending in the 2 .txt files described above.




















492
357
816


Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here