Python Which module in Python supports regular expressions? pyregex regex none of the mentioned re pyregex regex none of the mentioned re ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? zero more than zero more than one one zero more than zero more than one one ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? 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 they are used to indicate a private variables of a class they are used to indicate global variables ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned call tk() function To define a geometry create a button All of the mentioned call tk() function To define a geometry create a button ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addLast(5) list1.append(5) list1.add(5) list1.addEnd(5) list1.addLast(5) list1.append(5) list1.add(5) list1.addEnd(5) ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) caret (^) newline ampersand (&) percentage symbol (%) caret (^) newline ampersand (&) ANSWER DOWNLOAD EXAMIANS APP