Creating a Magic Square Using Python
ECX 30 Days of Code and Design
Day 15
Magic Square
Task
A magic square is a 3 by 3 grid (could be 4 by 4 or more), such that:
It consists of unique numbers (i.e., no two same numbers appear in the square)
The sum of each row, column, and diagonal a...
thecodingprocess.hashnode.dev5 min read