SEMANTIC ANALYSIS
TYPE CHECKING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following statements about libraries is not true?
|
Code generated that includes libraries, cannot be converted to stand alone code
|
|
An advantage of libraries is that they consist of code that has already been checked and compiled
|
|
Programmers can write their own libraries
|
|
Libraries could include functions for generating random numbers or performing mathematical calculations
|
Explanation:
Detailed explanation-1: -9. Which of the following is an invalid statement? Explanation: Spaces are not allowed in variable names.
Detailed explanation-2: -The correct answer is option 1. False initialization, Spaces are not allowed in variable names or values.
Detailed explanation-3: -Which one of the following is not a python’s predefined data type? Explanation: Class is not a python’s predefined data type. But we can create classes on our own.
There is 1 question to complete.