- Program to calculate the total marks and percent of five subjects.
- Program to convert the currency from rs. To dollar or vice versa.
- Program to check if entered number is Even or Odd.
- Program to display the following pattern :1 1 1 b) 1
2 2 2 1 2
3 3 3 1 2 3
* * *
* *
*
- Program to check if the entered number is prime or not.
- 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
- Program to calculate the grade of students :
Marks > = 90 A1
>=80 A2
>=70 B1
>=60 B2
>=50 C1
>=40 C2
>=33 D
<=33 E
- Program to calculate the factorial of a number.
- Program to calculate the discount
Total amount > 10000 (20% )
>5000 (10%)
<5000 (5%)
- Program to calculate the sum of the series :a) 1 + 2 + 3 + ………..b) 2 + 4 + 6 + ……..c) ½ + ¼ + 1/6 + ……
- 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
- Create a tuple and write the commands associated with tuple.
- Create a dictionary and its commands.
- Create a set and its operations.
- Program to find out the largest number out of three numbers.
- Create a jupyter program file.
- Display the Fibonacci series upto nth term.
- Program to find out the length of the string.
- Program to find out the sum of digits of a number.
- Program to create a report card.