Python What data type is the object below in Python? L = [1, 23, 'hello', 1] array tuple list dictionary array tuple list dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y None of the mentioned x**y x^^y x^y None of the mentioned x**y x^^y ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? // None of the mentioned / % // None of the mentioned / % ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango ValueError NameError SyntaxError TypeError ValueError NameError SyntaxError TypeError ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError IOError AssignmentError ValueError NameError IOError AssignmentError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? + – * All of the mentioned + – * All of the mentioned ANSWER DOWNLOAD EXAMIANS APP