Skip to content

Commit

Permalink
Update Sum of two matrix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patraabinash29 authored Oct 14, 2021
1 parent 79a8110 commit 6db6412
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sum of two matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ def cal(rows,column,m,n):
a=inp(rows,column)
print("Enter the elements of Second Matrix:")
b=inp(rows,column)
print("First Matrix is:")
out(a)
print("Second Matrix is:")
out(b)
print("First Matrix is:"a)
print("Second Matrix is:"b)
cal(rows,column,a,b)

0 comments on commit 6db6412

Please sign in to comment.