mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-21 12:23:34 +08:00

* Changed as suggested Now return in same format as oct() returns * Slight change * Fixed issue #1368, return values for large number now is fixed and does not return in scientific notation * Update decimal_to_octal.py