Python Methods provided by Python for receiving and sending TCP messages. s.recv(), s.send() 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 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? None of the mentioned id returns the identity of the object All of the mentioned Every object doesn’t have a unique id None of the mentioned id returns the identity of the object All of the mentioned Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Machine dependent False Error True Machine dependent False Error True ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.listen() All of the mentioned s.bind() s.accept() s.listen() All of the mentioned s.bind() s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? xmlrpclib httplib urllib All of the mentioned xmlrpclib httplib urllib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * ANSWER DOWNLOAD EXAMIANS APP