Python Which of following Python Network/Internet modules supports HTTP protocol? httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.A re.U re.I re.X re.A re.U re.I re.X ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? All of the mentioned Every object doesn’t have a unique id id returns the identity of the object None of the mentioned All of the mentioned Every object doesn’t have a unique id id returns the identity of the object None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘3\’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ‘3\’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ UPPER CASE lower case None of the mentioned Capitalized UPPER CASE lower case None of the mentioned Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resetting Order Method Recursion Order Method Resolution Order None of the mentioned Method Resetting Order Method Recursion Order Method Resolution Order None of the mentioned ANSWER DOWNLOAD EXAMIANS APP