You are viewing a single comment's thread. Return to all comments →
ar = list(map(int,input().split()))
ex = (np.zeros(ar, dtype = int))
ey = (np.ones(ar, dtype = int))
print(ex)
print(ey)
Seems like cookies are disabled on this browser, please enable them to open this website
Zeros and Ones
You are viewing a single comment's thread. Return to all comments →
ar = list(map(int,input().split()))
ex = (np.zeros(ar, dtype = int))
ey = (np.ones(ar, dtype = int))
print(ex)
print(ey)