Python Which is the correct expression for power(xy ) in Python? None of the mentioned x**y x^^y x^y None of the mentioned x**y x^^y x^y ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python To define a geometry All of the mentioned call tk() function create a button To define a geometry All of the mentioned call tk() function create a button ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.U re.A re.X re.I re.U re.A re.X ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame All of the mentioned Label Window Frame All of the mentioned Label Window ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned urllib xmlrpclib httplib All of the mentioned urllib xmlrpclib httplib ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() position() stamp() All of the mentioned shape() position() stamp() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP