India Languages, asked by shaikzubeda124, 16 days ago

Q8. Write a program that checks to see if a 4* 4 list is a magic square. In a magic square, every
row, column, and the two diagonals add up to the same value. Write a function magic_square
which returns True if list is magic square otherwise it returns false (15 Marks)
Eg Given below is 4* 4 magic Square
15
un
14
8
4
5
1
10 11
7 6
16 2
9
12
Non
3
13

Attachments:

Answers

Answered by qwert0820
0

Answer:

a) Square

Explanation:

Similar questions