Identify the type of data for each value below.
12.023
"Hello World
52

12.023 is float
"Hello World" is string
52 is int
Your teacher is nice. She/He has given it in the order.
The type of data for 12.023 is a float, "Hello World is a string, and 52 is a int.
The type of data in computer science can be given as the data values that helps in the analysis of the type of operation that is to be performed. The data types in python are given as classes.
The type of data type is:
Learn more about data type, here:
https://brainly.com/question/22574321
#SPJ2