Examine the following code segment:
data = 3. 16
new_data = CAST (data)
print("Length of Data:", len())
What data type (if any) should replace the word CAST on line 2 to ensure the code segment runs
without error?
O
str
O int
float
O Nothing should be changed