Python How we install tkinter in system ? tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addEnd(5) list1.add(5) list1.addLast(5) list1.append(5) list1.addEnd(5) list1.add(5) list1.addLast(5) list1.append(5) ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False True 1 0 False True 1 0 ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned re regex pyregex none of the mentioned re regex pyregex ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple list array dictionary tuple list array dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str bool String int str bool String int ANSWER DOWNLOAD EXAMIANS APP