Python Which of the following creates a pattern object? re.create(str) re.assemble(str) re.regex(str) re.compile(str) re.create(str) re.assemble(str) re.regex(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function an object a standard module a module a special function an object a standard module a module ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? – All of the mentioned * + – All of the mentioned * + ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location All of the mentioned shape() stamp() position() All of the mentioned shape() stamp() position() ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python create a button call tk() function To define a geometry All of the mentioned create a button call tk() function To define a geometry All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 None of the mentioned __a = 1 _a = 1 __str__ = 1 None of the mentioned __a = 1 _a = 1 ANSWER DOWNLOAD EXAMIANS APP