Python In Python, which of the following cannot be a variable? __init__ It in on __init__ It in on ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? 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 none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. list set tuple dictionary list set tuple dictionary ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Window Frame Label All of the mentioned Window Frame Label ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Less restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller Less restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? 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 always when there is no exception when there is an exception ANSWER DOWNLOAD EXAMIANS APP