Python 1
Python 1
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.
print("Student Details\n=========================")
print("=========================")
OUTPUT:
1. b. Develop a program to read the name and year of birth of a person. Display whether the
person is a senior citizen or not.
curYear = date.today().year
perAge = curYear - perDOB
OUTPUT: