Baccha
Baccha
2. Make a calculator. 2
3. Print a factorial number enter by user. 3
4. Write a program that prints minimum and maximum of five number 4
entered by user.
5. Write a function to print the table of a given number. The number has 5
to be entered by the user.
6. Write a program to check if the year entered by the user is a leap year 6
or not.
7. Write a program to generate the sequence: -5, 10, -15, 20, -25,...up to n, 7
where n is a integer input by the user.
33. Write a program enter your age and check can you voting using by 36
python.
34. Write a python program that read and display the records of N 37-39
number of students. Each student records of N number of students
record, should contain their name, subject name with marks
(physics, chemistry, Mathematics, Computer Science) and a
calculated total mark. Also display the students name who get
highest marks. Use list and dictionary data type for this operation.
____________________________
Teacher’s signaTure