Computer Science, asked by Anonymous, 1 year ago

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 shubham0204
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?
Anonymous: it's 12th class I.P. question
shubham0204: I am Android developer and have experience in Java ,Kotlin and Python.
Anonymous: cool !!
shubham0204: I also know Pandas, TensorFlow and Keras.
Anonymous: can u tell... y you write 2 same syntax in question 9
Anonymous: u r brilliant ^-^✌
Anonymous: nice
Anonymous: bro
Anonymous: ✌✌
Answered by BrainlyMoon
0

import numpy as np

array= np.zeros (6)

print ("array of 10 zeroes")

print (array)

Similar questions