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 What is the result of cmp(3, 1) in python? True False 1 0 True False 1 0 ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one zero more than one more than zero one zero more than one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? regex pyregex none of the mentioned re regex pyregex none of the mentioned re ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is None of the mentioned Method Resolution Order Method Resetting Order Method Recursion Order None of the mentioned Method Resolution Order Method Resetting Order Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) line() ANSWER DOWNLOAD EXAMIANS APP