S.NO. | PRACTICAL NAME |
1. | Write a program to display students’ details. |
2. | Write a program to check given number is even orodd. |
3. | Write a program to find the greatest of three
numbers. |
4. | Write a program in Python to check whether a given
number is Armstrong.
|
5. | Write
a program in python to print factorial of a number using for loop. |
6. | Write a program in python to print different patterns using for loop. |
7. | Write a python program to count the number of
characters in a string. |
8. | Write a python program to multiply all the numbers
in a list. |
9. | Write a program to find the average of n numbers
from the given list. |
10. | Write a program to find maximum/minimum numbers
from the given list. |
11. | Write a program to demonstrate different argument(positional, default, keyword) pass to function. |
12. | Write a program in python to generate first n
Fibonacci terms using recursive function. |
13. | Program to illustrate the concept of class and objects in python. |
14. | Program to illustrate the concept of inheritance in
python. |
15. | Program to illustrate the concept of method
overriding in python. |
16. | Write a program to create a file in write mode and
add some contents into it and display the output. |
|
|
No comments:
Post a Comment