Python Which Python keyword is used for function? Fun Function Def Define Fun Function Def Define ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError ValueError AssignmentError IOError NameError ValueError AssignmentError IOError ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? regex re none of the mentioned pyregex regex re none of the mentioned pyregex ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? zero more than one one more than zero zero more than one one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is no exception always when there is an exception only if some condition that has been specified is satisfied when there is no exception always when there is an exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP