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
Python Is Python case sensitive when dealing with identifiers? yes None of the mentioned no machine dependent yes None of the mentioned no machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango SyntaxError TypeError NameError ValueError SyntaxError TypeError NameError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True Machine dependent Error False True Machine dependent Error False ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists Array of tuples Invalid type List of tuples ANSWER DOWNLOAD EXAMIANS APP