Skip to content

Commit baad4f5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sorts/pancake_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def pancake_sort(arr: List[int]) -> List[int]:
3838
if __name__ == "__main__":
3939
user_input = input("Enter numbers separated by a comma:\n").strip()
4040
unsorted = [int(item) for item in user_input.split(",")]
41-
print(pancake_sort(unsorted))
41+
print(pancake_sort(unsorted))

0 commit comments

Comments
 (0)