diff --git a/insertionsort.py b/insertionsort.py index 7b9c07a..ce9791d 100644 --- a/insertionsort.py +++ b/insertionsort.py @@ -7,3 +7,4 @@ j-=1 a[j+1]=key print(a) +//you can also take inputs from user.