8000 ok · machphy/python_programming_@d2d6c23 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2d6c23

Browse files
committed
ok
1 parent 7b31c1a commit d2d6c23

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

list/murge_two_list.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11

2-
list1 = [1, 2, 3, 4]
2+
list1 = [1, 2, 3, 67]
33
list2 = [5, 6, 7, 85]
4-
5-
64
merged_list = li 41F6 st1 + list2
7-
8-
95
print("Merged List:", merged_list)

0 commit comments

Comments
 (0)
0