Page 1 of 1

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
by answerhappygod
13 Which Python Data Type Should Be Used For This Data Set Student Name Jennifer Age 7 Grade First 1
13 Which Python Data Type Should Be Used For This Data Set Student Name Jennifer Age 7 Grade First 1 (17.34 KiB) Viewed 38 times
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|