mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
b22596cd96
* bin_to_octal Converts binary values to the octal equivalent. * Update bin_to_octal * Update conversions/bin_to_octal Co-authored-by: Christian Clauss <cclauss@me.com> * Update conversions/bin_to_octal Co-authored-by: Du Yuanchao <shellhub.me@gmail.com> * Update conversions/bin_to_octal Co-authored-by: Du Yuanchao <shellhub.me@gmail.com> * Update conversions/bin_to_octal Co-authored-by: Du Yuanchao <shellhub.me@gmail.com> * Rename bin_to_octal to bin_to_octal.py Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Du Yuanchao <shellhub.me@gmail.com> |
||
---|---|---|
.. | ||
bin_to_octal.py | ||
binary_to_decimal.py | ||
decimal_to_any.py | ||
decimal_to_binary.py | ||
decimal_to_hexadecimal.py | ||
decimal_to_octal.py | ||
hexadecimal_to_decimal.py | ||
octal_to_decimal | ||
prefix_conversions.py | ||
roman_to_integer.py | ||
temperature_conversions.py |