mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-02-01 17:57:54 +08:00
* updating DIRECTORY.md
* updating DIRECTORY.md
* Delete empty junk file
* updating DIRECTORY.md
* Fix ruff errors
* Fix more ruff errors
---------
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Conversion
Conversion programs convert a type of data, a number from a numerical base or unit into one of another type, base or unit, e.g. binary to decimal, integer to string or foot to meters.