Python Which Python is used by client to opens a TCP connection to hostname? s.bind() All of the mentioned s.connect() s.accept() s.bind() All of the mentioned s.connect() s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 __str__ = 1 _a = 1 None of the mentioned __a = 1 __str__ = 1 _a = 1 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one zero more than zero more than one one zero more than zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.I re.U re.A re.X re.I re.U re.A ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? If any exception is thrown in try block, else block is executed When there is a deviation from the rules of a programming language, a semantic error is thrown The standard exceptions are automatically imported into Python programs All raised standard exceptions must be handled in Python If any exception is thrown in try block, else block is executed When there is a deviation from the rules of a programming language, a semantic error is thrown The standard exceptions are automatically imported into Python programs All raised standard exceptions must be handled in Python ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ ANSWER DOWNLOAD EXAMIANS APP