Python How many except statements can a try-except block have? more than zero one more than one zero more than zero one more than one zero ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 4 5 or more exactly 5 5 or less exactly 4 5 or more exactly 5 5 or less 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 Makes the program code smaller 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 More restriction on the type values that can be passed to a given method Makes the program code smaller 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 ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Dictionary Class Lists Tuples Dictionary Class Lists ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? no yes None of the mentioned machine dependent no yes None of the mentioned machine dependent ANSWER DOWNLOAD EXAMIANS APP