mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Create codespell.yml (#1698)
* fixup! Format Python code with psf/black push * Create codespell.yml * fixup! Format Python code with psf/black push
This commit is contained in:
@ -24,7 +24,7 @@ def decimal_to_octal(num: int) -> str:
|
||||
|
||||
|
||||
def main():
|
||||
"""Print octal equivelents of decimal numbers."""
|
||||
"""Print octal equivalents of decimal numbers."""
|
||||
print("\n2 in octal is:")
|
||||
print(decimal_to_octal(2)) # = 2
|
||||
print("\n8 in octal is:")
|
||||
|
Reference in New Issue
Block a user