In a nutshell, functions are blocks of code that perform a specific task. But why are they useful?

Does it really make sense to write these lines every time we want to calculate the area of a circle? Well, no. That's what functions are for.

Don't we wanna find the area of the circle here?