Python An exception is ____________ a standard module a module a special function an object a standard module a module a special function an object ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Tuples Dictionary Class Lists Tuples Dictionary Class ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str int String bool str int String bool ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It in on __init__ It in on __init__ ANSWER DOWNLOAD EXAMIANS APP
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