What is the output for the following portion of a program? Assume the user enters 162.5.
strWeight = input("Enter your weight in pounds: ")
weight = float(strWeight)
print (weight)
162.5
O 162
O 163
O An error occurs.

Respuesta :

If the user enters 162.5, the output will be 162.5

Answer:

162.5

Explanation:

just took this on edge. have a good one!

ACCESS MORE
EDU ACCESS
Universidad de Mexico