Python What data type is the object below in Python? L = [1, 23, 'hello', 1] array list tuple dictionary array list tuple dictionary ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set tuple list dictionary set tuple list dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ‘3\’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ‘3\’ “He said, ‘Yes!'” ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True False Error Machine dependent True False Error Machine dependent ANSWER DOWNLOAD EXAMIANS APP