Skip to content

Commit 103bc2a

Browse files
committed
adding one word to better represent the meaning
1 parent 6b35bce commit 103bc2a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Exercises/Exercise_3_Functions.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"#### 1) Write a function that takes an integer minutes and converts it to seconds. <font color='green'>(EASY)</font>"
16+
"#### 1) Write a function that takes an integer representing minutes and converts it to seconds. <font color='green'>(EASY)</font>"
1717
]
1818
},
1919
{
@@ -262,7 +262,7 @@
262262
],
263263
"metadata": {
264264
"kernelspec": {
265-
"display_name": "Python 3",
265+
"display_name": "Python 3 (ipykernel)",
266266
"language": "python",
267267
"name": "python3"
268268
},
@@ -276,7 +276,7 @@
276276
"name": "python",
277277
"nbconvert_exporter": "python",
278278
"pygments_lexer": "ipython3",
279-
"version": "3.8.5"
279+
"version": "3.8.10"
280280
}
281281
},
282282
"nbformat": 4,

Exercises/Exercise_3_Functions_Solutions.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"id": "py4kgaMh7YSn"
1919
},
2020
"source": [
21-
"#### 1) Write a function that takes an integer minutes and converts it to seconds. <font color='green'>(EASY)</font>"
21+
"#### 1) Write a function that takes an integer representing minutes and converts it to seconds. <font color='green'>(EASY)</font>"
2222
]
2323
},
2424
{
@@ -1056,7 +1056,7 @@
10561056
"provenance": []
10571057
},
10581058
"kernelspec": {
1059-
"display_name": "Python 3",
1059+
"display_name": "Python 3 (ipykernel)",
10601060
"language": "python",
10611061
"name": "python3"
10621062
},
@@ -1070,7 +1070,7 @@
10701070
"name": "python",
10711071
"nbconvert_exporter": "python",
10721072
"pygments_lexer": "ipython3",
1073-
"version": "3.8.5"
1073+
"version": "3.8.10"
10741074
}
10751075
},
10761076
"nbformat": 4,

0 commit comments

Comments
 (0)