The value of the variable result after running the code …

The value of the variable result after running the code snippet below is ____ num=20.5 z=3 result=2+z*3+num//z print(result) A. 89.0 B. 17.0 C. 737.0 D. 96.0