Python Which is the correct expression for power(xy ) in Python? x^^y x**y x^y None of the mentioned x^^y x**y x^y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) ampersand (&) percentage symbol (%) newline caret (^) ampersand (&) percentage symbol (%) newline ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ‘3\’ ”’That’s okay”’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ‘3\’ ”’That’s okay”’ ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error False True Machine dependent Error False True Machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ in on It __init__ in on It ANSWER DOWNLOAD EXAMIANS APP