mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 01:54:08 +08:00
Fixed spacing
This commit is contained in:
@ -61,4 +61,3 @@ if __name__ == '__main__':
|
||||
user_input = input_function('Enter numbers separated by a comma:\n')
|
||||
unsorted = [int(item) for item in user_input.split(',')]
|
||||
print (heap_sort(unsorted))
|
||||
|
||||
|
Reference in New Issue
Block a user