Python Which module in Python supports regular expressions? regex re pyregex none of the mentioned regex re pyregex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y x^^y x^y None of the mentioned x**y x^^y x^y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install pip install tkinter pip install python tkinter pip install tkinter install pip install tkinter pip install python tkinter pip install ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] dictionary list array tuple dictionary list array tuple ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() position() shape() All of the mentioned stamp() position() shape() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP