Python In order to store values in terms of key and value we use what Python core data type. list tuple set dictionary list tuple set dictionary ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a standard module a special function a module an object a standard module a special function a module ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs in to except block Always when no exception occurs when an exception occurs when an exception occurs in to except block Always when no exception occurs when an exception occurs ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.assemble(str) re.create(str) re.regex(str) re.compile(str) re.assemble(str) re.create(str) re.regex(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y None of the mentioned x^^y x^y x**y None of the mentioned x^^y x^y ANSWER DOWNLOAD EXAMIANS APP