Files
code_olymp/uts/session_py/J.py

5 lines
95 B
Python

n = int(input())
matx = []
for i in range(n):
matx.append(list(map(int, input().split())))