Python In Python, which of the following cannot be a variable? It on __init__ in It on __init__ in ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? // / % None of the mentioned // / % None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Array of tuples List of tuples Tuples of lists Invalid type Array of tuples List of tuples Tuples of lists ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() s.listen() s.accept() All of the mentioned s.bind() s.listen() s.accept() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 1 2 4 0 1 2 4 ANSWER DOWNLOAD EXAMIANS APP