Python Why are local variable names beginning with an underscore discouraged in Python Programming? they slow down execution they are used to indicate global variables they confuse the interpreter they are used to indicate a private variables of a class they slow down execution they are used to indicate global variables they confuse the interpreter they are used to indicate a private variables of a class ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than zero one more than one zero more than zero one more than one zero ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Tuples Lists Dictionary Class Tuples Lists Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex none of the mentioned re regex pyregex none of the mentioned re regex ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() position() All of the mentioned stamp() shape() position() All of the mentioned stamp() ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? Dictionaries are mutable The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries aren’t ordered Dictionaries are mutable The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries aren’t ordered ANSWER DOWNLOAD EXAMIANS APP