-
-
Notifications
You must be signed in to change notification settings - Fork 46.5k
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
maths/binary_exponentiation_2.py
needs to be renamed
#9478
Labels
Comments
DevAgrawal04
added a commit
to DevAgrawal04/Python
that referenced
this issue
Oct 2, 2023
14 tasks
This was referenced Oct 2, 2023
Hi, I created a PR Can you please check it. |
14 tasks
14 tasks
14 tasks
This was referenced Oct 2, 2023
Can you please check this new one PR |
I have raised PR, please review it. |
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repository commit
ef8df14
Python version (python --version)
Python 3.11.5
Dependencies version (pip freeze)
Dependency versions
Expected behavior
The file calculates exponentiation,
a ** b
.Actual behavior
The file calculates multiplication,
a * b
.This file should be renamed to
binary_multiplication.py
. Also, we need doctests in this file so that basic errors like this can be caught.Hacktoberfest contributors: Do not ask to work on this issue. If you want to work on it, just open a PR. Read the contributing guidelines.
The text was updated successfully, but these errors were encountered: