Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more exactly 4 exactly 5 5 or less 5 or more exactly 4 exactly 5 5 or less ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget change property of the widget place the widget destroy the widget configure the widget change property of the widget place the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y x^^y x^y None of the mentioned x**y x^^y x^y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? Dictionaries aren’t ordered The values of a dictionary can be accessed using keys Dictionaries are mutable The keys of a dictionary can be accessed using values Dictionaries aren’t ordered The values of a dictionary can be accessed using keys Dictionaries are mutable The keys of a dictionary can be accessed using values ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function To define a geometry All of the mentioned create a button call tk() function To define a geometry All of the mentioned create a button ANSWER DOWNLOAD EXAMIANS APP