+2 votes
in NumPy by
Print 5 zeros in NumPy

1 Answer

0 votes
by
arr = np.zeros(5)

print(‘single arrya’,arr)

Related questions

+1 vote
asked Jul 9, 2021 in NumPy by rajeshsharma
+1 vote
asked Jul 9, 2021 in NumPy by rajeshsharma
...