Python When is the finally block executed? when there is an exception always when there is no exception only if some condition that has been specified is satisfied when there is an exception always when there is no exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. dictionary set tuple list dictionary set tuple list ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int str bool String int str bool String ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? None of the mentioned x**y x^^y x^y None of the mentioned x**y x^^y x^y ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or less exactly 5 exactly 4 5 or more 5 or less exactly 5 exactly 4 5 or more ANSWER DOWNLOAD EXAMIANS APP