We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316d5ff commit c113049Copy full SHA for c113049
sorts/bucket_sort.py
@@ -41,7 +41,7 @@ def bucket_sort(my_list,bucket_size=DEFAULT_BUCKET_SIZE):
41
42
43
#test
44
-#besd on python 3.7.3
+#best on python 3.7.3
45
user_input =input('Enter numbers separated by a comma:').strip()
46
unsorted =[int(item) for item in user_input.split(',')]
47
print(bucket_sort(unsorted))
0 commit comments