Skip to content

Commit d2181e6

Browse files
committed
Remove todos
1 parent 47684d4 commit d2181e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notebooks/beginner/exercises/dictionaries_exercise.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"outputs": [],
3131
"source": [
3232
"# Your implementation\n",
33-
"my_dict = 'TODO'"
33+
"my_dict = "
3434
]
3535
},
3636
{
@@ -77,8 +77,8 @@
7777
"outputs": [],
7878
"source": [
7979
"# 'Your impelementation'\n",
80-
"my_dict = 'TODO'\n",
81-
"special_value = 'TODO'"
80+
"my_dict = \n",
81+
"special_value = "
8282
]
8383
},
8484
{
@@ -112,7 +112,7 @@
112112
"language_info": {
113113
"codemirror_mode": {
114114
"name": "ipython",
115-
"version": 3.0
115+
"version": 3
116116
},
117117
"file_extension": ".py",
118118
"mimetype": "text/x-python",
@@ -123,5 +123,5 @@
123123
}
124124
},
125125
"nbformat": 4,
126-
"nbformat_minor": 0
127-
}
126+
"nbformat_minor": 1
127+
}

0 commit comments

Comments
 (0)