Python What arithmetic operators cannot be used with strings in Python? All of the mentioned * + – All of the mentioned * + – ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Fun Def Function Define Fun Def Function ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? All of the mentioned Decomposing complex problems into simpler pieces Improving clarity of the code Reducing duplication of code All of the mentioned Decomposing complex problems into simpler pieces Improving clarity of the code Reducing duplication of code ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? Every object doesn’t have a unique id All of the mentioned None of the mentioned id returns the identity of the object Every object doesn’t have a unique id All of the mentioned None of the mentioned id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a special function an object a standard module a module a special function an object a standard module ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Tuples Class Dictionary Lists Tuples Class Dictionary ANSWER DOWNLOAD EXAMIANS APP