Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 09-Objects and Data Structures Assessment Test.ipynb #620

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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