Python Methods provided by Python for receiving and sending TCP messages. s.recv(), s.send() None of the mentioned s.recvfrom(),s.sendto() Both (A) and (B) s.recv(), s.send() None of the mentioned s.recvfrom(),s.sendto() Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned 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 The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() All of the mentioned s.accept() s.listen() s.bind() All of the mentioned s.accept() s.listen() ANSWER DOWNLOAD EXAMIANS APP