You are viewing a single comment's thread. Return to all comments →
import numpy l = list(map(int,input().split())) a = numpy.zeros(l,dtype=int) b = numpy.ones(l,dtype=int) print(a) print(b)
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 →