Python Assignment2.Docx
Python Assignment2.Docx
Dept of CSE
Assignment 2
Course Outcome
9 write a program to sort the contents of a text file and write the sorted 3 3 8
contents into a separate text file.
10 explain shutil module 2 3 3
30 Develop a program that uses class Student which prompts the user 3 4 7
to enter marks in three subjects and calculates total marks,
percentage and displays the score card details.
37 Write a program that takes a birthday as input and prints the user’s 3 4 5
age and the number of days, hours, minutes and seconds until their
next birthday.
38 For two people born on different days, there is a day when one is 3 4 10
twice as old as the other. That’s their Double Day. Write a program
that takes two birth dates and computes their Double Day.
39 write a Python program to Find day of the week for a given date 3 4 5