Using Python Libraries || Multiple Choice Questions || Class 12
Using Python Libraries || Multiple Choice Questions || Class 12 1. What will b…
Using Python Libraries || Multiple Choice Questions || Class 12 1. What will b…
Using Python Libraries || True or False || Class 12 1. A library in Python is a…
Using Python Libraries || Fill in the Blanks || Class 12 1. Commonly-used modul…
Q. Why is a package attached to site-packages folder of Python installation? Ca…
Q. What is the procedure to create own library/package in Python? Answer = …
Q. What happens when Python encounters an import statement in a program? What w…
Q. Write a module to input total number of days and find the total number of mo…
Q. What is the utility of built-in function help()? Answer = Python's…
Q. What are the possible outcome(s) executed from the following code? Also spec…
Q. What is a Python module? What is its significance? Answer = A " m…
Q. Write a program with a user-defined function with string as a parameter whic…
Q. Write definition of a method ZeroEnding(SCORES) to add all those values in t…
Q. Write a method in Python to find and display the prime numbers between 2 to …
Q. What do you understand by local and global scope of variables? How can you a…
Q. Write a program to print the number of occurrences of a sub-string into a li…
Q. Find and write the output of the following Python code: a = 10 def call() : …
Q. What is a module, package and a library? Answer = Module : A module is a…
Q. Why is a banner saying "RESTART" always displayed in Python module…
Q. Define 'module' and 'package'. Answer = Each Python prog…
Q. What are the rules for local and global variables in Python? Answer = In…