Python How many except statements can a try-except block have? one more than zero more than one zero one more than zero more than one zero 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
Python Say s=”hello” what will be the return value of type(s) in Python? str String bool int str String bool int ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^^y x**y None of the mentioned x^y x^^y x**y None of the mentioned x^y ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib All of the mentioned urllib xmlrpclib httplib All of the mentioned urllib xmlrpclib ANSWER DOWNLOAD EXAMIANS APP