1. Program to calculate the total marks and percent of five subjects.
  2. Program to convert the currency from rs. To dollar or vice versa.
  3. Program to check if entered number is Even or Odd.
  4. Program to display the following pattern :1 1  1                           b)  1

2  2  2                            1     2

3  3  3                            1      2      3

* *  *

* *

*

  1. Program to check if the entered number is prime or not.
  2. Program to display the table of a given number in the following format :

Eg.

5 x 1 = 5

5 x 2 = 10

.

.

5 x 10= 50

  1. Program to calculate the grade of students :

Marks > = 90      A1

>=80                   A2

>=70                    B1

>=60                   B2

>=50                   C1

>=40                   C2

>=33                   D

<=33                   E

  1. Program to calculate the factorial of a number.
  2. Program to calculate the discount

Total amount > 10000    (20% )

>5000    (10%)

<5000 (5%)

  1. Program to calculate the sum of the series :a) 1 + 2 + 3 + ………..b) 2 + 4 + 6 + ……..c) ½ + ¼ + 1/6 + ……
  2. Create a list of following elements :

Apple, banana, pineapple, orange

Give the command for the following :

  • Add a new element – Guava
  • Insert a new element at specific position eg in second position
  • Delete the last element.
  • Sort the list
  1. Create a tuple and write the commands associated with tuple.
  2. Create a dictionary and its commands.
  3. Create a set and its operations.
  4. Program to find out the largest number out of three numbers.
  1. Create a jupyter program file.
  2. Display the Fibonacci series upto nth term.
  3. Program to find out the length of the string.
  1. Program to find out the sum of digits of a number.
  2. Program to create a report card.