Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit d160916

Browse files
committed
modified py file
Signed-off-by: Kinshuk2003 <[email protected]>
1 parent 1deec42 commit d160916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/Kinshuk2003/insertionsort.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ def InsertionSort(arr):
1717

1818
# driver code
1919

20-
arr=[6, 5, 3, 2, 8, 10, 9]
20+
arr = [6, 5, 3, 2, 8, 10, 9]
2121
InsertionSort(arr)
22-
print (arr)
22+
print(arr)

0 commit comments

Comments
 (0)