Python Which module in Python supports regular expressions? re pyregex regex none of the mentioned re pyregex regex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True 1 False 0 True 1 False 0 ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one zero more than zero more than one one zero more than zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addEnd(5) list1.add(5) list1.append(5) list1.addLast(5) list1.addEnd(5) list1.add(5) list1.append(5) list1.addLast(5) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ It on in __init__ It on in ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP