Class 11 IP Chapter 3 BE B Solutions Sumita Arora New Syllabus / Listing11IPSA, Uncategorized / By Neha 1. From the following, find out which assignment statement will produce an error. State reason(s) too. The statements ...Read answers here 2. Find out the error(s) in following code fragments : i) temperature ...Read answers here 3. What will be the output produced by following code fragment(s) ? i) X ...Read answers here 4. What is the problem with the following code fragments ? i) a ...Read answers here 5. Predict the output : x = ...Read answers here 6. Predict the output x, y ...Read answers here 7. Predict the output a) a, ...Read answers here 8. Predict the output a, b, ...Read answers here 9. Find the errors in the following code fragment a) y ...Read answers here 10. Find the errors in following code fragment : (The input entered is XI) c = ...Read answers here 11. Consider the following code : name = ...Read answers here 12. Find the errors in following code fragment : c = ...Read answers here 13. What will be returned by Python as result of following statements? a) >>>type(0) ...Read answers here 15. What will be the output produced by following code ? (a) >>> ...Read answers here 14. What will be the output produced by following code ? (a) >>> ...Read answers here 16. Carefully look at the following code and its execution on Python shell. Why is the last assignment giving error ? >>> a ...Read answers here 17. Predict the output a, b, ...Read answers here 18. The id ( ) can be used to get the memory address of a variable. Consider the following code and tell if the id( ) functions will return the same value or not (as the value to be printed via print( ) ) ? Why ? [There are four print( ) function statements that are printing id of variable num below] num = ...Read answers here 19. Consider below given two sets of codes, which are nearly identical, along with their execution in Python shell. Notice that first code-fragment after taking input gives error, while second code-fragment does not produce error. Can you tell why? a) >>> ...Read answers here 20. Predict the output of the following code : days = ...Read answers here