What is tkinter in python
What is tkinter in python? Tkinter is a standard GUI (Graphical User Interface) library for Python. It is a built-in module that comes with Python and allows programmers to create…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
CBSE Computer Science with Python class 12
What is tkinter in python? Tkinter is a standard GUI (Graphical User Interface) library for Python. It is a built-in module that comes with Python and allows programmers to create…
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 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…
Working with Functions in Python Class 12 Here you will learn about the functions in Python, Types of Functions in Python, How to create a function in Python, how function…
JUMP STATEMENTS Looping allows a user to program and repeat tasks efficiently. In certain situations, when some particular condition occurs, a user may want to exit from a loop (come…
For loop in Python The for statement is used to iterate/repeat itself over a range of values or a sequence. The for loop is executed for each of these items…
While Loop In Python: A while loop in Python is used to execute a block of code repeatedly until a certain condition is met. Here is the basic syntax of…
Decision Making in Python The order of execution of the statements in a program is known as flow of control. It is dependent on the programming constructs used while writing…
CBSE Class 11 Computer Science (083) Sample Paper General Instructions: 1- This question paper contains two parts A and B. Each part is compulsory. 2- Part-A has 2 sections: a)…
CBSE Computer Science with Python Class 11 Basic Computer Organisation A computer is an electronic device, under the control of instructions stored in its memory that can accept data (input),…