Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

made python solution to a base converter

Open Rockonmichi opened this issue 1 year ago • 0 comments

i made a new python program which converts a number in the base you specify into the other bases. for example, if you want a binary number converted into the other bases, hex, octal and decimal, you specify binary, put in the number and it will five you the results of that binary number in the other bases.

Rockonmichi avatar Oct 03 '24 18:10 Rockonmichi