Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples Invalid type Tuples of lists List of tuples Array of tuples Invalid type Tuples of lists List of tuples 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 Which of following Python Network/Internet modules supports HTTP protocol? xmlrpclib httplib All of the mentioned urllib xmlrpclib httplib All of the mentioned urllib ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ UPPER CASE Capitalized lower case None of the mentioned UPPER CASE Capitalized lower case None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window Label All of the mentioned Frame Window Label All of the mentioned Frame ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex regex re none of the mentioned pyregex regex re none of the mentioned ANSWER DOWNLOAD EXAMIANS APP