What will the following expression be evaluated for in Python?
print(15.0 / 4 + (8 + 3.0))
14.75
14.0
15
15.5