Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples Invalid type List of tuples Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError ValueError IOError AssignmentError NameError ValueError IOError AssignmentError ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Class Dictionary Lists Tuples Class Dictionary Lists 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
Python What arithmetic operators cannot be used with strings in Python? All of the mentioned * + – All of the mentioned * + – ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recvfrom(),s.sendto() None of the mentioned s.recv(), s.send() Both (A) and (B) s.recvfrom(),s.sendto() None of the mentioned s.recv(), s.send() Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP