Python In which of the following field, we can put our Button? Frame Label Window All of the mentioned Frame Label Window All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always only if some condition that has been specified is satisfied when there is an exception when there is no exception always only if some condition that has been specified is satisfied when there is an exception when there is no exception ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.accept() s.bind() All of the mentioned s.connect() s.accept() s.bind() All of the mentioned s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? // / % None of the mentioned // / % None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango NameError ValueError SyntaxError TypeError NameError ValueError SyntaxError TypeError ANSWER DOWNLOAD EXAMIANS APP