Python Which module in Python supports regular expressions? regex re none of the mentioned pyregex regex re none of the mentioned pyregex ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? AssignmentError IOError ValueError NameError AssignmentError IOError ValueError NameError ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? id returns the identity of the object Every object doesn’t have a unique id All of the mentioned None of the mentioned id returns the identity of the object Every object doesn’t have a unique id All of the mentioned None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
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 What does the function re.match do? such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string 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