Python Is Python case sensitive when dealing with identifiers? yes no None of the mentioned machine dependent yes no None of the mentioned machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 79 characters 31 characters None of the mentioned 63 characters 79 characters 31 characters None of the mentioned 63 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 __a = 1 _a = 1 None of the mentioned __str__ = 1 __a = 1 _a = 1 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they are used to indicate global variables they are used to indicate a private variables of a class they confuse the interpreter they slow down execution they are used to indicate global variables they are used to indicate a private variables of a class they confuse the interpreter they slow down execution ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned Capitalized lower case UPPER CASE None of the mentioned Capitalized lower case UPPER CASE ANSWER DOWNLOAD EXAMIANS APP