Computer Science, asked by shatakshirajput, 7 months ago

6.Identify the data types of the following values:
i) “15”
ii) (48.2, 4.1, 2.0)
iii) [8, 200, 47, 6]
iv) {“name”:”menu”,age:12}​

Answers

Answered by Imblank
7

Answer:

i) String

ii) Tuple

iii) Array

iv) Dictionary

Similar questions