Skip to content

Commit 2cb2edb

Browse files
authored
Update ZerosandOnes.py
1 parent dd007c5 commit 2cb2edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Numpy/ZerosandOnes.py

Lines changed: 2 additions & 2 deletions
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)