Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list tuple array dictionary list tuple array dictionary ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module a module a special function an object a standard module a module a special function an object ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more 5 or less exactly 4 exactly 5 5 or more 5 or less exactly 4 exactly 5 ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? None of the mentioned x**y x^^y x^y None of the mentioned x**y x^^y x^y ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 1 2 0 4 1 2 0 4 ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 31 characters 79 characters None of the mentioned 63 characters 31 characters 79 characters None of the mentioned 63 characters ANSWER DOWNLOAD EXAMIANS APP