Python Which of the following blocks will be executed whether an exception is thrown or not? finally Else except Assert finally Else except Assert ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] dictionary tuple list array dictionary tuple list array ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. Both (A) and (B) None of the mentioned s.recv(), s.send() s.recvfrom(),s.sendto() Both (A) and (B) None of the mentioned s.recv(), s.send() s.recvfrom(),s.sendto() 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 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 of the following is the use of id() function in python? id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned ANSWER DOWNLOAD EXAMIANS APP