Answer:
An error occurs.
Step-by-step explanation:
You cannot pass a string representation of a float ("85.7") into an int conversion, you'd have to convert it into a float first.
So weight = int(float(answer)) would work.
7.2m questions
9.5m answers