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 7b31c1a commit d2d6c23Copy full SHA for d2d6c23
list/murge_two_list.py
@@ -1,9 +1,5 @@
1
2
-list1 = [1, 2, 3, 4]
+list1 = [1, 2, 3, 67]
3
list2 = [5, 6, 7, 85]
4
-
5
6
merged_list = list1 + list2
7
8
9
print("Merged List:", merged_list)
0 commit comments