13. Which Python data type should be used for this data set? student ={′ Name': 'Jennifer', 'Age': 7, 'Grade': 'First' }
Posted: Thu Jul 14, 2022 2:27 pm
13. Which Python data type should be used for this data set? student ={′ Name': 'Jennifer', 'Age': 7, 'Grade': 'First' }; a. List b. Dictionary c. Tuple d. Array 14. Which data type is used to store this constant data? "Milk" a. String b. Long c. Int d. Float 15. Which data type could the value of x be legally assigned? float x=−37307.02 a. Double b. Int c. Short d. Long 16. Which data type is the variable isWalking given the condition in the pseudocode? if (lishalking) \{ YROS = yROS +10 \} a. String b. Float c. Double d. Boolean|