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 In which of the following field, we can put our Button? All of the mentioned Window Label Frame All of the mentioned Window Label Frame ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ Capitalized lower case None of the mentioned UPPER CASE Capitalized lower case None of the mentioned UPPER CASE ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. 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() Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP
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 Makes the program code smaller No restriction on the type values that can be passed to a given method 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 Makes the program code smaller No restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False True 0 1 False True 0 1 ANSWER DOWNLOAD EXAMIANS APP