Python Which of the following functions results in case insensitive matching? re.I re.X re.U re.A re.I re.X re.U re.A ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ on It in __init__ on It in ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 31 characters None of the mentioned 79 characters 63 characters 31 characters None of the mentioned 79 characters 63 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ “He said, ‘Yes!'” ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they are used to indicate a private variables of a class they confuse the interpreter they are used to indicate global variables they slow down execution they are used to indicate a private variables of a class they confuse the interpreter they are used to indicate global variables they slow down execution ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned pyregex re regex none of the mentioned pyregex re regex ANSWER DOWNLOAD EXAMIANS APP