Python Which of the following is not a standard exception in Python? ValueError AssignmentError IOError NameError ValueError AssignmentError IOError NameError ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when no exception occurs when an exception occurs when an exception occurs in to except block Always when no exception occurs when an exception occurs when an exception occurs in to except block Always 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 does the function re.search do? matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It __init__ in on It __init__ in on ANSWER DOWNLOAD EXAMIANS APP