Concatenate

  • + 0 comments

    n,m,p = map(int,input().split())

    print(np.array([list(map(int,input().split())) for _ in range(n+m)]))