code games. learn Python.
If given an integer like n_max = 120, find the highest integer that, if squared, is below n_max
n_max = 120
n_max
**
>>>4**2 16