Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists Array of tuples List of tuples Invalid type 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 What arithmetic operators cannot be used with strings in Python? All of the mentioned – * + All of the mentioned – * + ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window All of the mentioned Frame Label Window All of the mentioned Frame Label ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function a standard module a module an object a special function a standard module a module an object ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango TypeError NameError ValueError SyntaxError TypeError NameError ValueError SyntaxError ANSWER DOWNLOAD EXAMIANS APP