0% found this document useful (0 votes)
11 views3 pages

List 1

Data Science

Uploaded by

antoharish10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

List 1

Data Science

Uploaded by

antoharish10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":

{"name":"List1.ipynb","provenance":[],"authorship_tag":"ABX9TyMacs8SZ0neWKg/
912bl8aP"},"kernelspec":{"name":"python3","display_name":"Python
3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"markdown","metadata":
{"id":"c7zFbTop9HAX"},"source":["List"]},{"cell_type":"code","metadata":
{"id":"WyK1uOR29LMZ","executionInfo":
{"status":"ok","timestamp":1637506456625,"user_tz":-330,"elapsed":403,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}}},"sourc
e":["mylist = [\"apple\", \"banana\", \"cherry\"]"],"execution_count":1,"outputs":
[]},{"cell_type":"markdown","metadata":{"id":"9DFfE4d99OJB"},"source":["Create a
List"]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"KqSeIm7v9S_o","executionInfo":
{"status":"ok","timestamp":1637506483069,"user_tz":-330,"elapsed":402,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"1a988e0f-8651-4f6e-94e0-0240f6cc2e8d"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\"]\
n","print(thislist)"],"execution_count":2,"outputs":
[{"output_type":"stream","name":"stdout","text":["['apple', 'banana', 'cherry']\
n"]}]},{"cell_type":"markdown","metadata":{"id":"-eFineP59WAA"},"source":["Allow
Duplicates"]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"fBYUpOgU9ZFC","executionInfo":
{"status":"ok","timestamp":1637506517396,"user_tz":-330,"elapsed":397,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"728671ed-9aba-43b4-ec28-6ccc62f8f0c8"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\", \"apple\", \"cherry\"]\
n","print(thislist)"],"execution_count":3,"outputs":
[{"output_type":"stream","name":"stdout","text":["['apple', 'banana', 'cherry',
'apple', 'cherry']\n"]}]},{"cell_type":"markdown","metadata":
{"id":"p0GVoKsg9cIK"},"source":["List Length"]},{"cell_type":"code","metadata":
{"colab":{"base_uri":"https://
localhost:8080/"},"id":"A8fALPbC9e2i","executionInfo":
{"status":"ok","timestamp":1637506548159,"user_tz":-330,"elapsed":419,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"184329a4-33ab-4772-b7af-b8adffcbeba6"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\"]\
n","print(len(thislist))"],"execution_count":4,"outputs":
[{"output_type":"stream","name":"stdout","text":["3\n"]}]},
{"cell_type":"markdown","metadata":{"id":"YuORUXVP9i7J"},"source":["List Items -
Data Types"]},{"cell_type":"code","metadata":{"id":"9uy7irH39jtK","executionInfo":
{"status":"ok","timestamp":1637506622888,"user_tz":-330,"elapsed":519,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}}},"sourc
e":["list1 = [\"apple\", \"banana\", \"cherry\"]\n","list2 = [1, 5, 7, 9, 3]\
n","list3 = [True, False, False]"],"execution_count":5,"outputs":[]},
{"cell_type":"code","metadata":{"id":"bZbF983P9mhS","executionInfo":
{"status":"ok","timestamp":1637506625337,"user_tz":-330,"elapsed":6,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}}},"sourc
e":["list1 = [\"abc\", 34, True, 40, \"male\"]"],"execution_count":6,"outputs":[]},
{"cell_type":"markdown","metadata":{"id":"1rCI0EQ89rdi"},"source":["type()"]},
{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"dZDqWMXv9sez","executionInfo":
{"status":"ok","timestamp":1637506656428,"user_tz":-330,"elapsed":423,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"2dfdd928-2b46-46b0-d828-02511b67d79a"},"source":["mylist =
[\"apple\", \"banana\", \"cherry\"]\
n","print(type(mylist))"],"execution_count":7,"outputs":
[{"output_type":"stream","name":"stdout","text":["<class 'list'>\n"]}]},
{"cell_type":"markdown","metadata":{"id":"KVExGCEq9wn1"},"source":["list()
Constructor"]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"oqK3CPkd9z9s","executionInfo":
{"status":"ok","timestamp":1637506715806,"user_tz":-330,"elapsed":409,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"3283960b-2df4-4980-818a-23ecc0fa32a3"},"source":["thislist =
list((\"apple\", \"banana\", \"cherry\")) # note the double round-brackets\
n","print(thislist)"],"execution_count":8,"outputs":
[{"output_type":"stream","name":"stdout","text":["['apple', 'banana', 'cherry']\
n"]}]},{"cell_type":"markdown","metadata":{"id":"rZuDnRQD9_Ko"},"source":["Access
Items"]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"_iZ-Xrmf9_9o","executionInfo":
{"status":"ok","timestamp":1637506764236,"user_tz":-330,"elapsed":399,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"6a08eb85-695d-4634-a84a-936a7f6e0a36"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\"]\
n","print(thislist[0])"],"execution_count":10,"outputs":
[{"output_type":"stream","name":"stdout","text":["apple\n"]}]},
{"cell_type":"markdown","metadata":{"id":"srB-kiEH-Cxz"},"source":["Negative
Indexing"]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"Fh5QTp-m-FSI","executionInfo":
{"status":"ok","timestamp":1637506817088,"user_tz":-330,"elapsed":491,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"7ad73372-4e9a-4252-b602-0146a741c8ca"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\"]\n","print(thislist[-
2])"],"execution_count":12,"outputs":
[{"output_type":"stream","name":"stdout","text":["banana\n"]}]},
{"cell_type":"markdown","metadata":{"id":"awWL-Q5S-I45"},"source":["Range of
Indexes"]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"vLF-lcCX-LaR","executionInfo":
{"status":"ok","timestamp":1637506850432,"user_tz":-330,"elapsed":430,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"3791dea3-4501-4bac-dae2-e41163141726"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\", \"orange\", \"kiwi\", \"melon\", \"mango\"]\
n","print(thislist[2:5])"],"execution_count":13,"outputs":
[{"output_type":"stream","name":"stdout","text":["['cherry', 'orange', 'kiwi']\
n"]}]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"Zo4QWn4v-Ov5","executionInfo":
{"status":"ok","timestamp":1637506961370,"user_tz":-330,"elapsed":472,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"b92eb085-99f3-4697-9f98-0744fc7a506e"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\", \"orange\", \"kiwi\", \"melon\", \"mango\"]\
n","print(thislist[:5])"],"execution_count":15,"outputs":
[{"output_type":"stream","name":"stdout","text":["['apple', 'banana', 'cherry',
'orange', 'kiwi']\n"]}]},{"cell_type":"code","metadata":{"colab":
{"base_uri":"https://localhost:8080/"},"id":"F1goJvtV-R90","executionInfo":
{"status":"ok","timestamp":1637506999235,"user_tz":-330,"elapsed":440,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"084039d1-1f2e-4b13-a5fa-27bdcaeb0b59"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\", \"orange\", \"kiwi\", \"melon\", \"mango\"]\
n","print(thislist[2:])"],"execution_count":16,"outputs":
[{"output_type":"stream","name":"stdout","text":["['cherry', 'orange', 'kiwi',
'melon', 'mango']\n"]}]},{"cell_type":"code","metadata":{"colab":
{"base_uri":"https://localhost:8080/"},"id":"TqzdiUfs-VHx","executionInfo":
{"status":"ok","timestamp":1637507047200,"user_tz":-330,"elapsed":506,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"82d243b7-4e39-487c-e70f-c0bda226667b"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\", \"orange\", \"kiwi\", \"melon\", \"mango\"]\
n","print(thislist[-4:-1])"],"execution_count":17,"outputs":
[{"output_type":"stream","name":"stdout","text":["['orange', 'kiwi', 'melon']\
n"]}]},{"cell_type":"markdown","metadata":{"id":"Jq7Quy0k-X8z"},"source":["Check if
Item Exists"]},{"cell_type":"code","metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"QSkbA13n-YrD","executionInfo":
{"status":"ok","timestamp":1637507146339,"user_tz":-330,"elapsed":419,"user":
{"displayName":"Tamil
Murugan","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gg-
sxAPaKKzMiotJAlMP9Hsl4N6sx9IGQEWz9jH=s64","userId":"02998190421509262745"}},"output
Id":"142cd1af-d329-45a2-8c4b-c2e38fa6b54e"},"source":["thislist =
[\"apple\", \"banana\", \"cherry\"]\n","if \"apple\" in thislist:\n","
print(\"Yes, 'apple' is in the fruits list\")"],"execution_count":18,"outputs":
[{"output_type":"stream","name":"stdout","text":["Yes,
'apple' is in the fruits list\n"]}]},{"cell_type":"markdown","metadata":
{"id":"FHFHSi9N-bYz"},"source":[""]}]}

You might also like