mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-22 13:47:37 +00:00
Improvement
This commit is contained in:
parent
f52470e5de
commit
74fb850986
@ -16,5 +16,5 @@ def swap( A, x, y ):
|
|||||||
|
|
||||||
print ("Enter numbers seprated by comma ")
|
print ("Enter numbers seprated by comma ")
|
||||||
response = input()
|
response = input()
|
||||||
aList = list(response.split(','))
|
aList = [int(item) for item in (response.split(','))]
|
||||||
selectionsort(aList)
|
selectionsort(aList)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user