Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 2 0 4 1 2 0 4 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ‘3\’ ”’That’s okay”’ ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list dictionary tuple array list dictionary tuple array ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? All raised standard exceptions must be handled in Python When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed The standard exceptions are automatically imported into Python programs All raised standard exceptions must be handled in Python When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed The standard exceptions are automatically imported into Python programs ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned create a button To define a geometry call tk() function All of the mentioned create a button To define a geometry call tk() function ANSWER DOWNLOAD EXAMIANS APP