Run Code
|
API
|
Code Wall
|
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
teste
self
linearSearch.py
innerclass.py
Code
Calculate Volume of Sphere
count(even/odd)fromlist.py
thermal_containers
Game4
Me good good