There was an error while loading. Please reload this page.
1 parent 47684d4 commit d2181e6Copy full SHA for d2181e6
notebooks/beginner/exercises/dictionaries_exercise.ipynb
@@ -30,7 +30,7 @@
30
"outputs": [],
31
"source": [
32
"# Your implementation\n",
33
- "my_dict = 'TODO'"
+ "my_dict = "
34
]
35
},
36
{
@@ -77,8 +77,8 @@
77
78
79
"# 'Your impelementation'\n",
80
- "my_dict = 'TODO'\n",
81
- "special_value = 'TODO'"
+ "my_dict = \n",
+ "special_value = "
82
83
84
@@ -112,7 +112,7 @@
112
"language_info": {
113
"codemirror_mode": {
114
"name": "ipython",
115
- "version": 3.0
+ "version": 3
116
117
"file_extension": ".py",
118
"mimetype": "text/x-python",
@@ -123,5 +123,5 @@
123
}
124
125
"nbformat": 4,
126
- "nbformat_minor": 0
127
-}
+ "nbformat_minor": 1
+}
0 commit comments