PROGRAM LIST:
Implement the following exercises in Python.
a. Program to print the Fibonacci Series.
b. Program to check whether a given number is odd or even.
c. Program to find the sum of n numbers.
d. Program to find the factorial of a number using recursion.
e. Program to count the number of vowels in a string.
f. Program to find simple and compound interest using functions.
g. Program to implement Lists in python and to perform basic List operations
h. Program to implement Dictionaries in python and to perform basic operations on
dictionaries.
i. Program to implement Tuples in python and to perform basic operations on tuples
j. Program to implement File operations in Python.
0 comments:
Post a Comment