XI unit 3
Unit -3 Python Programming find the link of programs in on google Colab: https://colab.research.google.com/drive/1RSqhdbs-gRcWHh_ognpeHpMGFH5fR8DB#scrollTo=KJWPthR-QNyd 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 ...