HenryLez HenryLez 27-10-2020 Computers and Technology contestada Suppose your user entered a weight of 115.6. What will be the result of the following code? strWeight = input("Enter your weight in pounds: ") weight = int(strWeight) print (weight) 115 115.6 116 An error occurs.