-
Notifications
You must be signed in to change notification settings - Fork 2
swayamprogramator/Python-Programing
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
def clone(list1):
list_copy = []
list_copy.extend(list1)
return list_copy
list1 = [1,2,3]
list2 = clone(list1)
print("List1:", list1)
print("List2:", list2)About
All python files are here
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published