Python What is the use of duck typing? More restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method Makes the program code smaller 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 not a standard exception in Python? IOError ValueError AssignmentError NameError IOError ValueError AssignmentError NameError ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module a module a special function an object a standard module a module a special function an object ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str String int bool str String int bool ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.accept() s.bind() All of the mentioned s.listen() s.accept() s.bind() All of the mentioned s.listen() ANSWER DOWNLOAD EXAMIANS APP