[go: up one dir, main page]

0% found this document useful (0 votes)
9 views2 pages

Baccha

The document is an index of programming assignments with corresponding page numbers, covering various topics such as basic calculations, control structures, and object-oriented programming in Python. It includes tasks like creating calculators, checking leap years, generating sequences, and implementing classes for geometric shapes. The assignments are designed to enhance programming skills through practical applications.

Uploaded by

sayanjana385
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Baccha

The document is an index of programming assignments with corresponding page numbers, covering various topics such as basic calculations, control structures, and object-oriented programming in Python. It includes tasks like creating calculators, checking leap years, generating sequences, and implementing classes for geometric shapes. The assignments are designed to enhance programming skills through practical applications.

Uploaded by

sayanjana385
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

SL.NO ASSIGNMENT NAME PAGE NO


1. Check the number what the big number. 1

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.

8. Write a program to find the sum of 1+1/8+1/27...1/n3 where n is the 8


number input by the user.
9. Write a program to find the sum of digits of an integer number, input 9
by the user.
10. Write a function that checks whether an input number is 10
palindrome or not.

11. Write a python program to check if a given number is prime or not. 11

12. Write a program to calculate the factorial of a given number. 12

13. Write a program to print the following patterns. 13


14. Write a program to print the following patterns. 14
15. Write a program to print the following patterns 15
16. Print the all vowels word. 16
17. write a program that uses a user defined function that accepts name 17
and gender as (M for Male and F for female) and prefixes Mr/Ms on the
basic of the gender.

18. Write a program to margin to sorted array(ascending order) into 18


third sorted array(Ascending order).

19. Write a program to margin to sorted array (Descending order) into 19


third sorted array (Descending order).
20. Write a program Matrix Row-rout by python. 20
21. Write a program Fibonacci series use by python. 21
22. Write a programming with using class. 22
23. Write a programming with using class. 23
24. Write a python class that has two method: get_string and print_string, 24
get_string accept a string from the user and print_string the string in
lower case.
25. Write a program Compose a python class named rectangle, 25
incorporating the following functionalities:
26. Write a python program class named circle construct page from a 26
radius and two method that will compute the area and the perimeter
of a circle.
27. Write a python program class restaurant with attributes like 27-28
menu_item, book_item, book_table, customer_orders and
methods like add_item_to_menu, book_tables and
customer_order.

28. Make a card Game using by python. 29-31


29. You enter a Celsius and it convert into Fahrenheit. 32
30. Check the string palindrome or not palindrome. 33
31. Write a Lucky Draw program using by python. 34
32. Write a program print Ascending and Descending number using by 35
python.

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.

35. Write a program bank system(Deposit money, Withdraw money, 40-42


Check balance)using by python.

____________________________
Teacher’s signaTure

You might also like