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.
2 parents 5dc5225 + b8d0887 commit 56a1f52Copy full SHA for 56a1f52
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