Python What error occurs when you execute the following Python code snippet? apple = mango NameError SyntaxError ValueError TypeError NameError SyntaxError ValueError TypeError ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? The keys of a dictionary can be accessed using values Dictionaries are mutable Dictionaries aren’t ordered The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries are mutable Dictionaries aren’t ordered The values of a dictionary can be accessed using keys ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? * – All of the mentioned + * – All of the mentioned + ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always only if some condition that has been specified is satisfied when there is no exception when there is an exception always only if some condition that has been specified is satisfied when there is no exception when there is an exception ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP