Basic-Python-Programs
Basic-Python-Programs copied to clipboard
made python solution to a base converter
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.