Python Essential thing to create a window screen using tkinter python call tk() function create a button To define a geometry All of the mentioned call tk() function create a button To define a geometry All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python To insert 5 to the third position in list1, we use which Python command? list1.insert(3, 5) list1.insert(2, 5) list1.add(3, 5) list1.append(3, 5) list1.insert(3, 5) list1.insert(2, 5) list1.add(3, 5) list1.append(3, 5) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Def Fun Function Define Def Fun Function ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a standard module a special function an object a module a standard module a special function an object ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Dictionary Lists Tuples Class Dictionary Lists Tuples ANSWER DOWNLOAD EXAMIANS APP