Skip to content

Commit 9ea21fb

Browse files
committed
Moving Drone Notebook to the right place
1 parent 0494e52 commit 9ea21fb

File tree

3 files changed

+187
-191
lines changed

3 files changed

+187
-191
lines changed

Exercises/Drone.ipynb

Lines changed: 0 additions & 187 deletions
This file was deleted.

Exercises/Exercise_5_Classes.ipynb

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,27 @@
6767
"brazil.compare_gdp_per_capita(mexico) ➞ \"Brazil is poorer than Mexico\""
6868
]
6969
},
70+
{
71+
"cell_type": "code",
72+
"execution_count": null,
73+
"metadata": {},
74+
"outputs": [],
75+
"source": []
76+
},
77+
{
78+
"cell_type": "markdown",
79+
"metadata": {},
80+
"source": [
81+
"3) Create a class \"Drone\", with the necessary properties (methods and attributes):\n",
82+
"\n",
83+
"You should create at least:\n",
84+
"\n",
85+
" + show_level(show the battery energy level)\n",
86+
" + charge_battey\n",
87+
" + show_coordinates\n",
88+
" + fly_to(x,y)"
89+
]
90+
},
7091
{
7192
"cell_type": "code",
7293
"execution_count": null,
@@ -77,7 +98,7 @@
7798
],
7899
"metadata": {
79100
"kernelspec": {
80-
"display_name": "Python 3",
101+
"display_name": "Python 3 (ipykernel)",
81102
"language": "python",
82103
"name": "python3"
83104
},
@@ -91,7 +112,7 @@
91112
"name": "python",
92113
"nbconvert_exporter": "python",
93114
"pygments_lexer": "ipython3",
94-
"version": "3.8.5"
115+
"version": "3.8.10"
95116
}
96117
},
97118
"nbformat": 4,

0 commit comments

Comments
 (0)