We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd007c5 + 2cb2edb commit a382ef9Copy full SHA for a382ef9
Numpy/ZerosandOnes.py
@@ -10,5 +10,5 @@
10
11
n_ar = list(map(int, input().split()))
12
n = tuple(n_ar)
13
-print(numpy.zeros(n, dtype=numpy.int))
14
-print(numpy.ones(n, dtype=numpy.int))
+print(numpy.zeros(n, dtype=int))
+print(numpy.ones(n, dtype=int))
0 commit comments