Question: write a python script that generates 25 numbers between 1 and 100 , fill them in a matrix composed by 5 rows x 5 columns
write a python script that generates 25 numbers between 1 and 100 , fill them in a matrix composed by 5 rows x 5 columns , show that matrix and test if it is a magic matrix or not. a magic matrix is when the sum of each row , each column, and each diagonal(first and second diagonal) are the same
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
