Skip to content

Commit a382ef9

Browse files
authored
Merge pull request #60 from A-nkit-05/patch-1
Update ZerosandOnes.py
2 parents dd007c5 + 2cb2edb commit a382ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Numpy/ZerosandOnes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
n_ar = list(map(int, input().split()))
1212
n = tuple(n_ar)
13-
print(numpy.zeros(n, dtype=numpy.int))
14-
print(numpy.ones(n, dtype=numpy.int))
13+
print(numpy.zeros(n, dtype=int))
14+
print(numpy.ones(n, dtype=int))

0 commit comments

Comments
 (0)