Python Which of following Python Network/Internet modules supports HTTP protocol? xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Def Fun Define Function Def Fun Define Function ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str int String bool str int String bool ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Machine dependent False Error True Machine dependent False Error True ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addEnd(5) list1.addLast(5) list1.append(5) list1.add(5) list1.addEnd(5) list1.addLast(5) list1.append(5) list1.add(5) ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Window All of the mentioned Frame Label Window All of the mentioned Frame ANSWER DOWNLOAD EXAMIANS APP