Finish identifying the data types of each of the following pieces of data:

Answer:
line 1: String
Line 2: Float
Line 3: Integer
Line 4: String
Line 5: Boolean
Line 6: Float
Line 7 String
Line 8: Integer
Explanation:
String = a string of numbers and letters surronded by quotation marks. Example = "My name is Joe"
Boolean = false or true. Example = True
Integer = a negative or positive number. Example = -14
Float = a negative or positive number that has a decimal point. Example = 23.12
Please acknowledge and give the other person brainliest
-Thank you :D