-
-
Notifications
You must be signed in to change notification settings - Fork 46.2k
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
adding bin_to_hexadecimal #5156
adding bin_to_hexadecimal #5156
Conversation
@yoki31, I will appreciate if you can review this pull request to speed up and merge. Thanks Cheers, |
Hi @poyea , I would appreciate if you could review this this pull request, could you review it? Thanks, |
@franciscoperez2021 let's just follow https://github.com/TheAlgorithms/Python/blob/master/conversions/binary_to_octal.py for all the error messages / styles |
d5ea9a5
to
db2f685
Compare
Hi @poyea I have already pushed a new commit with all things fixed but I don't understand your comment about the for loop. So, please could you clarify it? Thanks, Regards, |
db2f685
to
c75b88e
Compare
c75b88e
to
2878615
Compare
Hi @poyea , All tests have been passed and all comments above have been fixed. Thus, please, could you review the PR? Thanks, Regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request!🤩
Thank you @poyea !!! |
Describe your change:
Adding a new algorithms to convert binary to hexadecimal to participate in hacktoberfest 2021, #4996
Checklist:
Fixes: #{$ISSUE_NO}
.