Using of Datetime Library in python Class 11-12 Notes

Using of Datetime Library in python Class 11-12 Notes As python provides a large set of library, it also contains datetime library. This library displays the date in YYYY-MM-DD format. Python datetime module handles the extraction and formatting of date and time variables. All the attributes can be accessed using dot(.) operator with the date … Read more

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 Question Bank Class 12 for Physical Education 048

Question Bank Class 12 for Physical Education Q.1. With the aim of promoting physical fitness and healthy lifestyle amongst students the Physical education Teacher at XYZ School plans to organize intramural competitions at school. For conducting the event he has given this assignment to the students of class XII who have taken up Physical Education … Read more