Python Which of the following is the use of id() function in python? Every object doesn’t have a unique id All of the mentioned None of the mentioned id returns the identity of the object Every object doesn’t have a unique id All of the mentioned None of the mentioned id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one more than one zero more than zero one more than one zero more than zero ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() position() shape() All of the mentioned stamp() position() shape() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() None of the mentioned create_line(canvas) canvas.create_line() line() None of the mentioned create_line(canvas) canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? only if some condition that has been specified is satisfied always when there is an exception when there is no exception only if some condition that has been specified is satisfied always when there is an exception when there is no exception ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned ANSWER DOWNLOAD EXAMIANS APP