Correct way to draw a line in canvas tkinter create_line(canvas) None of the mentioned canvas.create_line() line() TRUE ANSWER : ? YOUR ANSWER : ?
In which of the following field, we can put our Button? Window Frame Label All of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
What arithmetic operators cannot be used with strings in Python? – All of the mentioned + * TRUE ANSWER : ? YOUR ANSWER : ?
In Python, which of these in not a core data type? Tuples Dictionary Class Lists TRUE ANSWER : ? YOUR ANSWER : ?
Which Python is used by client to opens a TCP connection to hostname? s.bind() s.accept() All of the mentioned s.connect() TRUE ANSWER : ? YOUR ANSWER : ?
How we install tkinter in system ? pip install python tkinter install tkinter pip install pip install tkinter TRUE ANSWER : ? YOUR ANSWER : ?
When is the finally block executed? when there is no exception only if some condition that has been specified is satisfied when there is an exception always TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements is true? A non-private method in a superclass can be overridden Overriding isn’t possible in Python A private method in a superclass can be overridden A subclass method can be overridden by the superclass TRUE ANSWER : ? YOUR ANSWER : ?
An exception is ____________ a special function a standard module a module an object TRUE ANSWER : ? YOUR ANSWER : ?