0% found this document useful (0 votes)
10 views1 page

GRADE 10 Numpy Practical Part1

Uploaded by

subhashsreedev8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

GRADE 10 Numpy Practical Part1

Uploaded by

subhashsreedev8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

GRADE 10

ARTIFICIAL INTELLIGENCE

LAB ASSESSMENT - DATA SCIENCE - NUMPY


______________________________________________________
____

1. Write a program to create a 0D array with the element 55 using


NumPy.

2. Write a program to create a 1D array with the elements (1.5, 2.6, 3.7,
4.8, 5.9 using NumPy.

3. Write a program to create a 2D array with the values 1,2,3 and 4,5,6.

4. Write a program to get the fourth element and fifth element from the
given array.

5. Write a program to get the fourth element from the given array and
multiply it into 4

6. Write a program to get the fourth element and fifth element from the
given array and add it.

Extra Questions

1. Write a program to get the fourth element and third element from the
given array and multiply it into 4

2. Write a program to get all the elements from the given array and add
it.

You might also like