Python Which of the following is the use of id() function in python? Every object doesn’t have a unique id id returns the identity of the object None of the mentioned All of the mentioned Every object doesn’t have a unique id id returns the identity of the object None of the mentioned All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 63 characters 79 characters 31 characters None of the mentioned 63 characters 79 characters 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 0 False 1 True 0 False 1 True ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? finally Assert except Else finally Assert except Else ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addLast(5) list1.addEnd(5) list1.add(5) list1.append(5) list1.addLast(5) list1.addEnd(5) list1.add(5) list1.append(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Define Def Function Fun Define Def Function ANSWER DOWNLOAD EXAMIANS APP