python-scripts/scripts/Base_Conversion/README.md

8 lines
287 B
Markdown
Raw Normal View History

2022-10-10 08:15:02 +00:00
# BASE CONVERSION IN PYTHON
- Various functions for interconversion of bases
- Conversion of Binary to Decimal
- Conversion of Octal to Decimal
- Conversion of Hexadecimal to Decimal
- Conversion of Decimal to Binary
- Conversion of Decimal to Octal
- Conversion of Decimal to Hexaecimal