All about engineering in the field of data and data evolution
python program to create arrays using zeros() and ones()
python program to create arrays
using zeros() and ones()
===========================
code
import numpy
a = zeros(5,int)
print(a)
b = ones(5)
print(b)
Durga Puja in Odisha
No comments:
Post a Comment