Homework 1 tells us to print the answer to this. We are not told how to use math functions or modules, so I deprived myself of that liberty. In python 2, this returns 1. It should return 4 (it does in Python 3).
Note: (7+9)**(.5) works (but we are told not to simplify)