Python In order to store values in terms of key and value we use what Python core data type. set tuple list dictionary set tuple list dictionary ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 0 1 True False 0 1 True False ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True Error Machine dependent False True Error Machine dependent False ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? in on It __init__ in on It __init__ ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a module a standard module a special function an object a module a standard module a special function ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP