Python Which of the following functions results in case insensitive matching? re.X re.A re.U re.I re.X re.A re.U re.I ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Else finally except Assert Else finally except Assert ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ UPPER CASE None of the mentioned Capitalized lower case UPPER CASE None of the mentioned Capitalized lower case ANSWER DOWNLOAD EXAMIANS APP
Python To insert 5 to the third position in list1, we use which Python command? list1.add(3, 5) list1.insert(3, 5) list1.insert(2, 5) list1.append(3, 5) list1.add(3, 5) list1.insert(3, 5) list1.insert(2, 5) list1.append(3, 5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? Dictionaries are mutable The values of a dictionary can be accessed using keys Dictionaries aren’t ordered The keys of a dictionary can be accessed using values Dictionaries are mutable The values of a dictionary can be accessed using keys Dictionaries aren’t ordered The keys of a dictionary can be accessed using values ANSWER DOWNLOAD EXAMIANS APP