Python What arithmetic operators cannot be used with strings in Python? + – * All of the mentioned + – * All of the mentioned 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 Which of the following is not a standard exception in Python? AssignmentError IOError ValueError NameError AssignmentError IOError ValueError NameError ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs Always when no exception occurs when an exception occurs in to except block when an exception occurs Always when no exception occurs when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP