Describe the bug: **1. Exercise Name:** 025-print-formula **2. Repository URL:** https://github.com/4GeeksAcademy/master-python-programming-exercises formula in instructions is incorrect: Q = Square root of (2 * c * d) / h instead of Q = Square root of (2 * c * d / h)