forked from swayamprogramator/Python-Programing
-
Notifications
You must be signed in to change notification settings - Fork 0
All python files are here
License
HridyeshKumar/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
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%