filmov
tv
#task7 Create an array of zeros with the same shape and type as X. Dont use reshape method
Показать описание
#task7
def function7():
# Create an array of zeros with the same shape and type as X. Dont use reshape method
return #write your code here
"""
Expected Output:
array([0, 0, 0, 0], dtype=int64)
"""
#Shaheencodingzone
Subscribe
liek
share
| Python Tutorial For Beginners
def function7():
# Create an array of zeros with the same shape and type as X. Dont use reshape method
return #write your code here
"""
Expected Output:
array([0, 0, 0, 0], dtype=int64)
"""
#Shaheencodingzone
Subscribe
liek
share
| Python Tutorial For Beginners