Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists Invalid type List of tuples Array of tuples Tuples of lists Invalid type List of tuples Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module an object a special function a standard module a module an object a special function a standard module ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? re none of the mentioned regex pyregex re none of the mentioned regex pyregex ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned machine dependent no yes None of the mentioned machine dependent no yes ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? All of the mentioned s.accept() s.listen() s.bind() All of the mentioned s.accept() s.listen() s.bind() ANSWER DOWNLOAD EXAMIANS APP