XI unit 3

Unit -3 Python Programming

find the link of programs in on google Colab:


list of programs

1. Print " hello world".

2. Write a program to find the area of a rectangle with the given length and breadth are 50 and 20 respectively. 

3. Write a program to read name and marks of the student and display the total mark.

Solution of CBSE handbook programs

4. Write a tipper program where the user inputs the total restaurant bill. The program should then display two amounts :15 percent tip and 20 percent tip.

5. Write a program to check whether the user is eligible for driving license or not.

6. Your father always gives his car for service after 15000 km. check whether his car needs service or not. Read the kilometer reading from the user and give the output.

7. Write a program to display the first ten even natural numbers (use for loop)

8. Write a program to accept the basic salary from the user and calculate the Net salary.
hra=30/100*basic_salary
da=20/100*basic_salary
pf=12/100*basic_salary
 

9. Write a program to create series from an array in python.

10. Consider the following admission.csv and answer the following questions.
  • Create a dataframe of the admission.csv
  • Display first 3 rows of the dataframe .
  • Display the details of Ravi.
  • Display the total number of rows and columns in the dataframe.
  • Display the column "Gender".






Comments

Popular posts from this blog

XII UNIT 3 HOW CAN MACHINES SEE?

XII UNIT 2 Data Science Methodology: An Analytic Approach to Capstone Project

UNIT -3 MCQ PART 1 HOW CAN MACHINES SEE?