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 fc87537 commit ab15670Copy full SHA for ab15670
Dictionaries.ipynb
@@ -79,6 +79,32 @@
79
"print(thisdict)"
80
]
81
},
82
+ {
83
+ "cell_type": "code",
84
+ "execution_count": 6,
85
+ "metadata": {},
86
+ "outputs": [
87
88
+ "name": "stdout",
89
+ "output_type": "stream",
90
+ "text": [
91
+ "{'brand': 'Ford', 'model': 'Mustang', 'year': 1964}\n"
92
+ ]
93
+ }
94
+ ],
95
+ "source": [
96
+ "thisdict = {\n",
97
+ " \"brand\": \"Ford\",\n",
98
+ " \"model\": \"Mustang\",\n",
99
100
101
102
103
+ " \"year\": 1964\n",
104
+ "}\n",
105
+ "print(thisdict)"
106
107
+ },
108
{
109
"cell_type": "code",
110
"execution_count": null,
0 commit comments