Python To add a new element to a list we use which Python command? list1.append(5) list1.add(5) list1.addEnd(5) list1.addLast(5) list1.append(5) list1.add(5) list1.addEnd(5) list1.addLast(5) ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python create a button To define a geometry call tk() function All of the mentioned create a button To define a geometry call tk() function All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.bind() s.accept() s.connect() All of the mentioned s.bind() s.accept() s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list tuple dictionary array list tuple dictionary array ANSWER DOWNLOAD EXAMIANS APP