Python Methods provided by Python for receiving and sending TCP messages. Both (A) and (B) None of the mentioned s.recv(), s.send() s.recvfrom(),s.sendto() Both (A) and (B) None of the mentioned s.recv(), s.send() s.recvfrom(),s.sendto() ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? no yes None of the mentioned machine dependent no yes None of the mentioned machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is no exception only if some condition that has been specified is satisfied when there is an exception always when there is no exception only if some condition that has been specified is satisfied when there is an exception always ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? _a = 1 __str__ = 1 None of the mentioned __a = 1 _a = 1 __str__ = 1 None of the mentioned __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Def Function Define Fun Def Function Define ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs in to except block when no exception occurs when an exception occurs Always when an exception occurs in to except block when no exception occurs when an exception occurs Always ANSWER DOWNLOAD EXAMIANS APP