Python Is Python case sensitive when dealing with identifiers? None of the mentioned no yes machine dependent None of the mentioned no yes machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False 0 1 True False 0 1 True ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always when there is no exception only if some condition that has been specified is satisfied when there is an exception always when there is no exception only if some condition that has been specified is satisfied when there is an exception ANSWER DOWNLOAD EXAMIANS APP
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 Which of the following blocks will be executed whether an exception is thrown or not? finally Else Assert except finally Else Assert except ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame Window Label All of the mentioned Frame Window Label All of the mentioned ANSWER DOWNLOAD EXAMIANS APP