Python Why are local variable names beginning with an underscore discouraged in Python Programming? they are used to indicate global variables they slow down execution they confuse the interpreter they are used to indicate a private variables of a class they are used to indicate global variables they slow down execution they confuse the interpreter they are used to indicate a private variables of a class ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget change property of the widget place the widget configure the widget destroy the widget change property of the widget place the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? – * All of the mentioned + – * All of the mentioned + ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex none of the mentioned regex re pyregex none of the mentioned regex re 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 such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP