Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 4 exactly 5 5 or less 5 or more exactly 4 exactly 5 5 or less 5 or more ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python 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 If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python 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 ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned To define a geometry call tk() function create a button All of the mentioned To define a geometry call tk() function create a button 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 Methods provided by Python for receiving and sending TCP messages. None of the mentioned Both (A) and (B) s.recv(), s.send() s.recvfrom(),s.sendto() None of the mentioned Both (A) and (B) s.recv(), s.send() s.recvfrom(),s.sendto() ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. tuple set dictionary list tuple set dictionary list ANSWER DOWNLOAD EXAMIANS APP