Python config() in python Tkinter are used for place the widget configure the widget destroy the widget change property of the widget place the widget configure the widget destroy the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more exactly 5 exactly 4 5 or less 5 or more exactly 5 exactly 4 5 or less 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 Which of the following is not a standard exception in Python? IOError AssignmentError NameError ValueError IOError AssignmentError NameError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.create(str) re.compile(str) re.regex(str) re.assemble(str) re.create(str) re.compile(str) re.regex(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango ValueError NameError TypeError SyntaxError ValueError NameError TypeError SyntaxError ANSWER DOWNLOAD EXAMIANS APP