Python What data type is the object below in Python? L = [1, 23, 'hello', 1] array list tuple dictionary array list tuple dictionary ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) caret (^) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Dictionary Class Tuples Lists Dictionary Class Tuples 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 What is the result of cmp(3, 1) in python? 0 False 1 True 0 False 1 True ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function create a button All of the mentioned To define a geometry call tk() function create a button All of the mentioned To define a geometry ANSWER DOWNLOAD EXAMIANS APP