Skip to content

Commit b51d560

Browse files
authored
Update and rename GroupA_Practical7(python) to GroupA_Practical7(python).py
1 parent e5fd2d2 commit b51d560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GroupA_Practical7(python) renamed to GroupA_Practical7(python).py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
CREATED BY PARTH REWOO
2+
33
Experiment No. 7 : Write a python program for MAGIC SQUARE.
44
A magic square is an n*n matrix of the integers 1 to (n^2) such that the sum of each row,
55
column and diagonalis the same.
@@ -95,4 +95,4 @@ def generate_Magic_Square(size):
9595

9696
#<------------------------------------------ END OF PROGRAM ----------------------------------------->
9797

98-
#CREATED BY PARTH REWOO
98+

0 commit comments

Comments
 (0)