Transpose and Flatten

  • + 1 comment
    n, m = map(int, input().split())
    

    Why is it used?