Python config() in python Tkinter are used for change property of the widget destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 _a = 1 __a = 1 None of the mentioned __str__ = 1 _a = 1 __a = 1 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 4 5 or less exactly 5 5 or more exactly 4 5 or less exactly 5 5 or more ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 1 0 4 2 1 0 4 2 ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than zero zero more than one one more than zero zero more than one one ANSWER DOWNLOAD EXAMIANS APP