Python What is the maximum possible length of an identifier allowed by Python? 31 characters 63 characters None of the mentioned 79 characters 31 characters 63 characters None of the mentioned 79 characters ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is an exception always only if some condition that has been specified is satisfied when there is no exception when there is an exception always only if some condition that has been specified is satisfied when there is no exception ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? String int bool str String int bool str ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? such a function does not exist none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) newline caret (^) percentage symbol (%) ampersand (&) newline caret (^) percentage symbol (%) ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python To define a geometry call tk() function create a button All of the mentioned To define a geometry call tk() function create a button All of the mentioned ANSWER DOWNLOAD EXAMIANS APP