Python Is Python case sensitive when dealing with identifiers? no None of the mentioned machine dependent yes no None of the mentioned machine dependent yes ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? No restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True False 1 0 True False 1 0 ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Window Label Frame All of the mentioned Window Label Frame ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? 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 The keys of a dictionary can be accessed using values Dictionaries are mutable ANSWER DOWNLOAD EXAMIANS APP