Python Which of the following is the use of id() function in python? None of the mentioned id returns the identity of the object All of the mentioned Every object doesn’t have a unique id None of the mentioned id returns the identity of the object All of the mentioned Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ on It in __init__ on It in ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned call tk() function To define a geometry create a button All of the mentioned call tk() function To define a geometry create a button ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A subclass method can be overridden by the superclass A non-private method in a superclass can be overridden A private method in a superclass can be overridden Overriding isn’t possible in Python A subclass method can be overridden by the superclass A non-private method in a superclass can be overridden A private method in a superclass can be overridden Overriding isn’t possible in Python ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) newline ampersand (&) caret (^) percentage symbol (%) newline ampersand (&) caret (^) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Def Fun Function Define Def Fun Function Define ANSWER DOWNLOAD EXAMIANS APP