Python An exception is ____________ a special function a module a standard module an object a special function a module a standard module an object ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ lower case UPPER CASE None of the mentioned Capitalized lower case UPPER CASE None of the mentioned Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Function Define Def Fun Function Define Def Fun ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. Both (A) and (B) s.recvfrom(),s.sendto() s.recv(), s.send() None of the mentioned Both (A) and (B) s.recvfrom(),s.sendto() s.recv(), s.send() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.U re.X re.A re.I re.U re.X re.A re.I ANSWER DOWNLOAD EXAMIANS APP