Python What is the result of cmp(3, 1) in python? 0 True False 1 0 True False 1 ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always when there is no exception when there is an exception only if some condition that has been specified is satisfied always when there is no exception when there is an exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function To define a geometry create a button All of the mentioned call tk() function To define a geometry create a button All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? None of the mentioned / // % 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 a private variables of a class they are used to indicate global variables they confuse the interpreter they slow down execution they are used to indicate a private variables of a class they are used to indicate global variables they confuse the interpreter they slow down execution ANSWER DOWNLOAD EXAMIANS APP