Python Which are Server Socket Methods provided by Python? s.listen() s.bind() All of the mentioned s.accept() s.listen() s.bind() All of the mentioned s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Decomposing complex problems into simpler pieces All of the mentioned Improving clarity of the code Reducing duplication of code Decomposing complex problems into simpler pieces All of the mentioned Improving clarity of the code Reducing duplication of code ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Window Frame Label All of the mentioned Window Frame Label 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 Every object doesn’t have a unique id All of the mentioned None of the mentioned id returns the identity of the object Every object doesn’t have a unique id All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned create a button To define a geometry call tk() function All of the mentioned create a button To define a geometry call tk() function ANSWER DOWNLOAD EXAMIANS APP