Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples Tuples of lists Invalid type List of tuples Array of tuples Tuples of lists Invalid type List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame Window Label All of the mentioned Frame Window Label All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex none of the mentioned re regex pyregex none of the mentioned re regex ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install tkinter install pip install tkinter pip install python tkinter pip install tkinter install pip install tkinter pip install python ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] array dictionary tuple list array dictionary tuple list ANSWER DOWNLOAD EXAMIANS APP