Python What is the result of cmp(3, 1) in python? 1 True 0 False 1 True 0 False ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.bind() s.connect() s.accept() All of the mentioned s.bind() s.connect() s.accept() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.U re.A re.X re.I re.U re.A re.X ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install tkinter install 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 Overriding isn’t possible in Python A private method in a superclass can be overridden A subclass method can be overridden by the superclass 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 ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? – All of the mentioned + * – All of the mentioned + * ANSWER DOWNLOAD EXAMIANS APP