anyone who is good at coding it's a python language question.
please try to solve question no. 8 AND 9
❎❌DON'T SPAM❎❌
25 POINTS
Attachments:
Answers
Answered by
3
Explanation:
Question no.8:
x = np.zeros( ( 6 , ) )
x[ 2 ] = 15
x[ 4 ] = 25
Question no.9:
x = np.random.randint( 13 , 15 , ( 3 , 4 ) )
print( x )
Anonymous:
oh then how you got these answers?
Answered by
0
import numpy as np
array= np.zeros (6)
print ("array of 10 zeroes")
print (array)
Similar questions
Math,
6 months ago
Math,
6 months ago
Political Science,
6 months ago
Math,
1 year ago
Science,
1 year ago