mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +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:
@@ -69,7 +69,7 @@ def insert_next(collection: List, index: int):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
numbers = input("Enter integers seperated by spaces: ")
|
||||
numbers = input("Enter integers separated by spaces: ")
|
||||
numbers = [int(num) for num in numbers.split()]
|
||||
rec_insertion_sort(numbers, len(numbers))
|
||||
print(numbers)
|
||||
|
||||
Reference in New Issue
Block a user