Class 12 CS Chapter 4 Back Exercise Part B Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. Create module tempConversion.py as given in Fig. 8.2 in the chapter. If you invoke the module with two different types of import statements, how would the function call statement for imported module’s functions be affected ? # tempConversion.py ...click here for answer 2. A function checkMain( ) defined in module Allchecks.py is being used in two different programs. In program 1 as In program ...click here for answer 3. Given below is semi-complete code of a module basic.py : ...click here for answer 6. Suppose that after .we import the random module, we define the following function called diff in a Python session : ...click here for answer 5. Import the above module basics.py and write statements for the following : ...click here for answer 4. After importing the above module, some of its functions are executed as per following statements. Find errors, if any : ...click here for answer 7. What are the possible outcome(s) executed from the following code ? Also specify the maximum and minimum values that can be assigned to variable NUMBER. ...click here for answer 8. Consider the following code : ...click here for answer 9. Consider the following code : ...click here for answer 10. Consider the following package ...click here for answer 11. What are the possible outcome(s) executed from the following code ? Also specify the maximum and minimum values that can be assigned to variable PICKER. ...click here for answer