Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.accept() s.bind() s.connect() All of the mentioned s.accept() s.bind() s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It __init__ in on It __init__ in on ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() None of the mentioned create_line(canvas) canvas.create_line() line() None of the mentioned create_line(canvas) canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple dictionary list array tuple dictionary list array ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned re pyregex regex none of the mentioned re pyregex regex ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y None of the mentioned x^^y x**y x^y None of the mentioned x^^y x**y ANSWER DOWNLOAD EXAMIANS APP