Python What data type is the object below in Python? L = [1, 23, 'hello', 1] dictionary tuple array list dictionary tuple array list ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs Always when an exception occurs in to except block when no exception occurs when an exception occurs Always when an exception occurs in to except block when no exception occurs ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.compile(str) re.assemble(str) re.create(str) re.regex(str) re.compile(str) re.assemble(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() All of the mentioned stamp() position() shape() All of the mentioned stamp() position() ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Dictionary Class Lists Tuples Dictionary Class Lists ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True False Machine dependent Error True False Machine dependent Error ANSWER DOWNLOAD EXAMIANS APP