Eye and Identity

  • + 0 comments
    import numpy
    N, M= list(map(int, input().split()))
    numpy.set_printoptions(legacy= '1.13')
    print(numpy.eye(N, M, k = 0))