Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.bind() s.accept() s.connect() All of the mentioned s.bind() s.accept() s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned call tk() function create a button To define a geometry All of the mentioned call tk() function create a button To define a geometry ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python 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