Python Programs-part1
Python Programs-part1
Programming Exercises:
1a. Develop a program to read the student details like Name, USN, and Marks
in three subjects. Display the student details, total marks and percentage with
suitable messages.
OUTPUT:
1b. Develop a program to read the name and year of birth of a person. Display
whether the person is a senior citizen or not.
OUTPUT:
2. a. Develop a program to generate Fibonacci sequence of length (N). Read N
from the console.
OUTPUT:
OUTPUT:
3. Read N numbers from the console and create a list. Develop a program to
print mean, variance and standard deviation with suitable messages.
OUTPUT: