-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Python Program for Number Conversion #7780
Comments
@Ansh-Vikalp Please Star ⭐️ the repo to earn 'hacktober-accepted' label for the event.\nMeanwhile, if you want to work on this issue, please raise a PR, and we will review and merge it. |
/assign |
please assign me this |
Assign Please |
/assign |
Hello Ansh, |
Hey, all @mohit8350 , @ArSenic04 , @JsMelix , @guptushar27, @hurairamuzammal I am not sure but perhaps this repo has been excluded from [Hacktoberfest2024]. You can try contributing to my repo- Click Here. |
Problem:
When working with various number systems like hexadecimal, binary, and octal, it can be tedious and time-consuming to manually convert from decimal. This becomes frustrating, especially for beginners or those needing quick conversions during programming tasks.
Proposed Solution:
Develop a program that automatically converts a given decimal number into its hexadecimal, binary, and octal equivalents. This tool should have a simple interface, where users input a decimal value and instantly receive the corresponding results in all three formats.
The text was updated successfully, but these errors were encountered: