mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
8 lines
287 B
Markdown
8 lines
287 B
Markdown
# 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 |