Python Correct way to draw a line in canvas tkinter line() None of the mentioned canvas.create_line() create_line(canvas) line() None of the mentioned canvas.create_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 call tk() function To define a geometry All of the mentioned create a button call tk() function To define a geometry ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned urllib httplib xmlrpclib All of the mentioned urllib httplib xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Def Fun Define Function Def Fun Define Function ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? None of the mentioned __str__ = 1 _a = 1 __a = 1 None of the mentioned __str__ = 1 _a = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP