Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excercise Bug: 025-print-formula #1594

Open
CMcLeodC opened this issue Mar 14, 2024 · 1 comment
Open

Excercise Bug: 025-print-formula #1594

CMcLeodC opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working ⭐️ P1

Comments

@CMcLeodC
Copy link

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)

@rvpacheco
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ⭐️ P1
Projects
None yet
Development

No branches or pull requests

3 participants