You are viewing a single comment's thread. Return to all comments →
import numpy as n NM=[*map(int, input().split()[:2])] A,B=[n.array([[*map(int, input().split())]for _ in range(NM[i])]) for i in range(2)] print(n.concatenate((A, B),axis=0))
Seems like cookies are disabled on this browser, please enable them to open this website
Concatenate
You are viewing a single comment's thread. Return to all comments →