Formatted Class 12 Practical File
Formatted Class 12 Practical File
Class: XII
Session: 2024-25
Subject Code: 083
Experiment 3: Write a program to Input any number from user and calculate
factorial of a number
Experiment 5: Program to read the content of file and display the total number
of consonants, uppercase, vowels and lower case characters
Program 1: Program to read the content of file and display the total number of consonants,
uppercase, vowels and lower case characters‟
Experiment 6: Program to read and display file content line by line with each
word separated by ‘#’
Experiment 7: Write a python program to write structure, list in the binary file
Experiment 9: Program to create binary file to store Rollno, Name and Marks
and update marks of entered Rollno
Experiment 10: Program to read the content of file line by line and write it to
another file except for the lines contains ‘a’ letter in it
Experiment 13: Program to create CSV file and store empno, name, salary and
search any empno and display name, salary and if not found, display
appropriate message
Experiment 14: Write a program to write data onto “student” CSV file using
writerow() method