Python Which of the following is invalid variable in Python? _a = 1 __a = 1 None of the mentioned __str__ = 1 _a = 1 __a = 1 None of the mentioned __str__ = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Function Define Def Fun Function Define Def Fun ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ newline caret (^) ampersand (&) percentage symbol (%) newline caret (^) ampersand (&) percentage symbol (%) ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Reducing duplication of code Improving clarity of the code All of the mentioned Decomposing complex problems into simpler pieces Reducing duplication of code Improving clarity of the code All of the mentioned Decomposing complex problems into simpler pieces ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False 0 True 1 False 0 True 1 ANSWER DOWNLOAD EXAMIANS APP