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 Which are Server Socket Methods provided by Python? All of the mentioned s.listen() s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples Invalid type Tuples of lists List of tuples Array of tuples Invalid type Tuples of lists List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True 1 False 0 True 1 False 0 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.create(str) re.assemble(str) re.compile(str) re.regex(str) re.create(str) re.assemble(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. dictionary set list tuple dictionary set list tuple ANSWER DOWNLOAD EXAMIANS APP