Zeros and Ones

  • + 0 comments
    t = tuple( map(int, (input().split(" "))))
    print(numpy.zeros((t), dtype = int))
    print(numpy.ones((t), dtype = int))
    

    dtype = depending on the version used