We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731fc41 commit b8d0887Copy full SHA for b8d0887
Merge-sort.py
@@ -2,7 +2,7 @@
2
3
l = []
4
5
-n = int(input("Enter number of elements in the list: "))
+n = int(input("Enter number of elements in the list: "))# taking value from user
6
7
for i in range(n):
8
temp = int(input("Enter element"+str(i+1)+': '))
0 commit comments