Python Which of the following is the use of id() function in python? All of the mentioned None of the mentioned Every object doesn’t have a unique id id returns the identity of the object All of the mentioned None of the mentioned Every object doesn’t have a unique id id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True 0 1 False True 0 1 False ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ‘3\’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ‘3\’ “He said, ‘Yes!'” ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned no machine dependent yes None of the mentioned no machine dependent yes ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than zero one zero more than one more than zero one zero more than one 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