import numpy x = numpy.zeros(10000, dtype=int)y = x[:]x.resize(10, refcheck=False)z = dict.fromkeys(range(10000))print(y[5000])
Standard input is empty
9509088
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!