Python In order to store values in terms of key and value we use what Python core data type. list set dictionary tuple list set dictionary tuple ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.assemble(str) re.create(str) re.regex(str) re.compile(str) re.assemble(str) re.create(str) re.regex(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It on __init__ in It on __init__ in ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? Always when an exception occurs when no exception occurs when an exception occurs in to except block Always when an exception occurs when no exception occurs when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple dictionary array list tuple dictionary array list ANSWER DOWNLOAD EXAMIANS APP