Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ganesh
matrix=[] for i in range(0,3) : a=[] for j in range(0,3) : a.append(int(input())) matrix.append(a) matrix1=[] for i in range(0,3) : a=[] for j in range(0,3) : a.append(int(input())) matrix1.append(a) c=[] for i in range(0,3) : a=[] for j in range(0,3) : a.append(matrix[i][j]+matrix1[i][j]) c.append(a) for i in range(0,3) : for j in range(0,3) : print(c[i][j],end=' ') print()
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
List problem - add items
Calculate Volume of Sphere
lhp-1
decoration dec1
Game4
print
shuru8
sum of odd numbers
new traceback.py
exception handling from user
Please log in to post a comment.