Python In order to store values in terms of key and value we use what Python core data type. list tuple set dictionary list tuple set dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned re pyregex regex none of the mentioned re pyregex regex ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs when an exception occurs in to except block when no exception occurs Always when an exception occurs when an exception occurs in to except block when no exception occurs Always ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 __str__ = 1 None of the mentioned _a = 1 __a = 1 __str__ = 1 None of the mentioned _a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? 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 All of the mentioned Decomposing complex problems into simpler pieces ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? The values of a dictionary can be accessed using keys Dictionaries aren’t ordered Dictionaries are mutable The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries aren’t ordered Dictionaries are mutable The keys of a dictionary can be accessed using values ANSWER DOWNLOAD EXAMIANS APP