Python Which of following Python Network/Internet modules supports HTTP protocol? httplib urllib All of the mentioned xmlrpclib httplib urllib All of the mentioned xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addLast(5) list1.addEnd(5) list1.append(5) list1.add(5) list1.addLast(5) list1.addEnd(5) list1.append(5) list1.add(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? Overriding isn’t possible in Python A subclass method can be overridden by the superclass A private method in a superclass can be overridden A non-private method in a superclass can be overridden Overriding isn’t possible in Python A subclass method can be overridden by the superclass A private method in a superclass can be overridden A non-private method in a superclass can be overridden ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install pip install tkinter tkinter install pip install python tkinter pip install pip install tkinter tkinter install pip install python ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? / // % None of the mentioned / // % None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent None of the mentioned yes no machine dependent None of the mentioned yes no ANSWER DOWNLOAD EXAMIANS APP