Python Methods provided by Python for receiving and sending TCP messages. Both (A) and (B) 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() ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango ValueError SyntaxError NameError TypeError ValueError SyntaxError NameError TypeError ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.connect() s.accept() All of the mentioned s.bind() s.connect() s.accept() All of the mentioned s.bind() 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 Which of the following creates a pattern object? re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP