From c38d2d21e983056f2122dcc710bcc149773696df Mon Sep 17 00:00:00 2001 From: Dharam105 <72906063+Dharam105@users.noreply.github.com> Date: Thu, 15 Oct 2020 11:34:23 +0530 Subject: [PATCH] Update insertionsort.py --- insertionsort.py | 1 + 1 file changed, 1 insertion(+) 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.