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