Skip to content

Commit a71c3c6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d50d4fb commit a71c3c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

241080078_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ def bubble_sort(arr):
77
arr[j], arr[j + 1] = arr[j + 1], arr[j]
88
return arr
99

10+
1011
print("Sorted:", bubble_sort([5, 2, 1, 4, 3]))

0 commit comments

Comments
 (0)