Preparation for CBSE Standard XII for the Session 2020-21
Python Questions for 1 Mark SET 1 1. Python is a __________ programming language. Python is very easy to learn language as compared to other languages like C, C#, Javascript, Java, etc. 2. Python is __________, this means that source code is also available to the public. So one can download it, use it as well as share it. 3. Python supports _________________ which includes the concepts of classes, objects, encapsulation, data hiding, abstraction, etc. 4. Python language is a ____________ which means if we have python code for windows and if we want to run this code on other platforms then we do not need to change it. 5. Python is an __________ language because Python code is executed line by line at a time. 6. Python has a large standard library that provides a rich set of ________ and functions so you do not have to write your own code for every single thing. 7. Python is a __________ language because we don't have to declare the type of variable while assigning...