Python Say s=”hello” what will be the return value of type(s) in Python? str bool String int str bool String int ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False True 1 0 False True 1 0 ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Define Def Function Fun Define Def Function 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 The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ newline percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It in __init__ on It in __init__ on ANSWER DOWNLOAD EXAMIANS APP