Skip to content

Commit 252fd8c

Browse files
Update Day-12 Add dictionary
1 parent e1b073c commit 252fd8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Section 1-12.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,8 @@
20112011
"- New variables and functions inside another function is accesible within that function. \n",
20122012
"\n",
20132013
"***Global Scope*** \n",
2014-
"- New variables defined at top-level is accesible within and outside function. \n",
2014+
"- New variables defined at top-level is accesible within and outside function. \n",
2015+
"- Dictionary can be accessed or edited within functions also, unike variables.\n",
20152016
"\n",
20162017
"```python\n",
20172018
"player_health = 10\n",

0 commit comments

Comments
 (0)