Python config() in python Tkinter are used for destroy the widget change property of the widget configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? re regex pyregex none of the mentioned re regex pyregex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python To insert 5 to the third position in list1, we use which Python command? list1.insert(3, 5) list1.add(3, 5) list1.insert(2, 5) list1.append(3, 5) list1.insert(3, 5) list1.add(3, 5) list1.insert(2, 5) list1.append(3, 5) ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. dictionary list tuple set dictionary list tuple set ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.X re.A re.U re.I re.X re.A re.U ANSWER DOWNLOAD EXAMIANS APP