Python Which are Server Socket Methods provided by Python? All of the mentioned s.listen() s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set dictionary tuple list set dictionary tuple list ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? * + All of the mentioned – * + All of the mentioned – 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
Python Which of the following creates a pattern object? re.assemble(str) re.regex(str) re.compile(str) re.create(str) re.assemble(str) re.regex(str) re.compile(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP