Python How many except statements can a try-except block have? zero one more than zero more than one zero one more than zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always when there is an exception when there is no exception only if some condition that has been specified is satisfied always when there is an exception when there is no exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned lower case UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Window All of the mentioned Frame Label Window All of the mentioned Frame ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recv(), s.send() None of the mentioned s.recvfrom(),s.sendto() Both (A) and (B) s.recv(), s.send() None of the mentioned s.recvfrom(),s.sendto() Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] array dictionary tuple list array dictionary tuple list ANSWER DOWNLOAD EXAMIANS APP