Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 994c841

Browse files
authored
Create 3_concact
1 parent 84487f3 commit 994c841

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

3_concact

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
l1=['Ron','Hermione','Harry','Professor','Dobby','List Items 2','The House Elf','Potter','Granger','Lockhart','Weasley']
2+
l2=['Potter','Fred','Greg','George','Voldemort','Sirius','Dumbledore']
3+
l3=sorted(l1)
4+
print(l2+l3)

0 commit comments

Comments
 (0)