Data File Handling in Python Class 12 Notes

Python File Handling Notes for class 12    Data File Handling in Python Data maintained inside the files is termed as persistent data. It means it is permanent in nature. Python allow us to read data from and save data to external text files permanently on secondary storage media. Before we start working with a … Read more

Working with Functions in Python Class 12 Notes

📌 Unit — Functions in Python | Class 11 & 12 Computer Science (083) Topics covered: What is a function, types of functions, defining & calling, arguments & parameters, types of arguments (positional, keyword, default, variable-length), return statement, scope of variables (local, global), global keyword, lambda functions — with complete programs and MCQs. 1. What … Read more

CBSE Computer Science Practical File for class 12 2024-25

CBSE Computer science practical file for class 12  In this section CBSE students of class 12 Computer science can check the important python programs that must be prepare before the practical examination. Here are 20+ python programs with output, for Computer science practical file Term 1.   Program:1 Write a python Program to take input … Read more

CBSE class 12 computer science python Assessment

CBSE class 12 computer science python Assessment Assessment-1 Class: XII Subject: Computer Science SECTION A 1- Identify the valid logical operator in Python:(1) a) and                                  b) % 2- Identify the valid identifier: (1) a) else                                  b) f_name 3- Name the Python Library modules which need to be imported to invoke the following functions: … Read more