Python What is the result of cmp(3, 1) in python? True 1 0 False True 1 0 False ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex regex none of the mentioned re pyregex regex none of the mentioned re ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples Tuples of lists Invalid type List of tuples Array of tuples Tuples of lists Invalid type List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.A re.X re.U re.I re.A re.X re.U ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more 5 or less exactly 5 exactly 4 5 or more 5 or less exactly 5 exactly 4 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