Python Which of the following blocks will be executed whether an exception is thrown or not? finally except Else Assert finally except Else Assert ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? – + * All of the mentioned – + * All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned lower case Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True Machine dependent False Error True Machine dependent False Error ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib httplib xmlrpclib All of the mentioned urllib httplib xmlrpclib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addLast(5) list1.append(5) list1.add(5) list1.addEnd(5) list1.addLast(5) list1.append(5) list1.add(5) list1.addEnd(5) ANSWER DOWNLOAD EXAMIANS APP