8000 Merge branch 'master' of https://github.com/avinashn/programminginpyt… · brohimah/programminginpython.com@64001d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64001d2

Browse files
committed
2 parents bfbe0dc + 18fb7b8 commit 64001d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Merge_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
num2 = int(input("Enter size of list 2:"))
1111
for n in range(num2):
1212
numbers2 = int(input("Enter any number"))
13-
lst.append(numbers2)
13+
lst2.append(numbers2)
1414

1515
merged_lists = lst + lst2
1616

0 commit comments

Comments
 (0)
0