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 does the function re.match do? 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 none of the mentioned matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. Both (A) and (B) s.recv(), s.send() s.recvfrom(),s.sendto() None of the mentioned Both (A) and (B) s.recv(), s.send() s.recvfrom(),s.sendto() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Dictionary Tuples Class Lists Dictionary Tuples Class ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True 0 1 False True 0 1 False ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Def Function Define Fun Def Function Define Fun ANSWER DOWNLOAD EXAMIANS APP