Python Which one of these is used for floor division in Python? % / // None of the mentioned % / // None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A non-private method in a superclass can be overridden A private method in a superclass can be overridden A subclass method can be overridden by the superclass Overriding isn’t possible in Python A non-private method in a superclass can be overridden A private method in a superclass can be overridden A subclass method can be overridden by the superclass Overriding isn’t possible in Python ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python create a button call tk() function All of the mentioned To define a geometry create a button call tk() function All of the mentioned To define a geometry ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.A re.X re.U re.I re.A re.X re.U re.I ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Frame Window Label All of the mentioned Frame Window Label ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type List of tuples Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists Array of tuples ANSWER DOWNLOAD EXAMIANS APP