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 Which are the advantages of functions in python? All of the mentioned Improving clarity of the code Decomposing complex problems into simpler pieces Reducing duplication of code All of the mentioned Improving clarity of the code Decomposing complex problems into simpler pieces Reducing duplication of code ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.A re.U re.X re.I re.A re.U re.X ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned lower case UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 None of the mentioned _a = 1 __str__ = 1 __a = 1 None of the mentioned _a = 1 __str__ = 1 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