Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"source": [
"Double Click HERE to edit this markdown cell and write answers.\n",
"\n",
"Numbers:\n",
"Numbers: There are two main number types i.e Integers and Floating. Integers are whole numbers where as Floating point numbers are numbers with decimal.\n",
"\n",
"Strings:\n",
"Strings: String are sequences of characters.\n",
"\n",
"Lists:\n",
"\n",
"Tuples:\n",
"Tuples: are very similar to lists. Tuples are immutable. Once an element is inside tuple, it cannot be reassigned.\n",
"\n",
"Dictionaries:\n"
"Dictionaries: are unordered mappings for storing objects. Directories use key- value pairing.\n"
]
},
{
Expand Down Expand Up @@ -88,7 +88,7 @@
"metadata": {
"collapsed": true
},
"outputs": [],
"outputs": 11[],
"source": []
},
{
Expand Down