13. Which Python data type should be used for this data set? student ={′ Name': 'Jennifer', 'Age': 7, 'Grade': 'First' }
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
13. Which Python data type should be used for this data set? student ={′ Name': 'Jennifer', 'Age': 7, 'Grade': 'First' }
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|
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!