Python In order to store values in terms of key and value we use what Python core data type. set list tuple dictionary set list tuple dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 __a = 1 _a = 1 None of the mentioned __str__ = 1 __a = 1 _a = 1 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent None of the mentioned no yes machine dependent None of the mentioned no yes ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget change property of the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP