Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ “He said, ‘Yes!'” ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] dictionary array tuple list dictionary array tuple list ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Array of tuples Tuples of lists Invalid type List of tuples Array of tuples Tuples of lists Invalid type ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() All of the mentioned s.listen() ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error False True Machine dependent Error False True Machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned urllib xmlrpclib httplib All of the mentioned urllib xmlrpclib httplib ANSWER DOWNLOAD EXAMIANS APP