Python What is the output of print 0.1 + 0.2 == 0.3 in python? Machine dependent Error False True Machine dependent Error False True ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than zero zero more than one one more than zero zero more than one one ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.bind() s.accept() s.connect() All of the mentioned s.bind() s.accept() s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Array of tuples Invalid type Tuples of lists List of tuples Array of tuples Invalid type Tuples of lists ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? IOError AssignmentError ValueError NameError IOError AssignmentError ValueError NameError ANSWER DOWNLOAD EXAMIANS APP