We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab15670 commit 7b98544Copy full SHA for 7b98544
Dictionaries.ipynb
@@ -105,6 +105,24 @@
105
"print(thisdict)"
106
]
107
},
108
+ {
109
+ "cell_type": "code",
110
+ "execution_count": 7,
111
+ "metadata": {},
112
+ "outputs": [
113
114
+ "name": "stdout",
115
+ "output_type": "stream",
116
+ "text": [
117
+ "Mustang\n"
118
+ ]
119
+ }
120
+ ],
121
+ "source": [
122
+ "x = thisdict[\"model\"]\n",
123
+ "print(x)"
124
125
+ },
126
{
127
"cell_type": "code",
128
"execution_count": null,
0 commit comments