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 What data type is the object below in Python? L = [1, 23, 'hello', 1] list tuple dictionary array list tuple dictionary array ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Lists Tuples Dictionary Class Lists Tuples Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ ‘3\’ “He said, ‘Yes!'” ”’That’s okay”’ ‘”Once upon a time…”, she said.’ ‘3\’ “He said, ‘Yes!'” ”’That’s okay”’ ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.X re.U re.A re.I re.X re.U re.A ANSWER DOWNLOAD EXAMIANS APP