Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists Array of tuples Invalid type ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Fun Function Def Define Fun Function Def ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? 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 when there is no exception ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. None of the mentioned s.recvfrom(),s.sendto() s.recv(), s.send() Both (A) and (B) None of the mentioned s.recvfrom(),s.sendto() s.recv(), s.send() Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Frame All of the mentioned Window Label Frame All of the mentioned Window ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on in __init__ It on in __init__ It ANSWER DOWNLOAD EXAMIANS APP