Python Essential thing to create a window screen using tkinter python call tk() function create a button All of the mentioned To define a geometry call tk() function create a button All of the mentioned To define a geometry ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 _a = 1 None of the mentioned __a = 1 __str__ = 1 _a = 1 None of the mentioned __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one zero more than one more than zero one zero more than one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.listen() s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list dictionary tuple array list dictionary tuple array ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^^y x^y x**y None of the mentioned x^^y x^y x**y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP