Commit 441aeb34 authored by b887a1da49c86af48bb374d792d44dfb's avatar b887a1da49c86af48bb374d792d44dfb

no commit message

parents bf09438b e9840ee9
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
} }
], ],
"metadata": { "metadata": {
"celltoolbar": "Hide code",
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3",
"language": "python", "language": "python",
...@@ -49,7 +50,11 @@ ...@@ -49,7 +50,11 @@
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
} }
======= =======
} }
>>>>>>> d56c1a49d6de88c653809cebf6d59dc29e502349 >>>>>>> d56c1a49d6de88c653809cebf6d59dc29e502349
=======
}
>>>>>>> e9840ee93cd8806904941e93c09121f624559f25
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -38,6 +38,13 @@ ...@@ -38,6 +38,13 @@
"print(f\"Median: {median}\")\n", "print(f\"Median: {median}\")\n",
"print(f\"Maximum: {maximum}\")" "print(f\"Maximum: {maximum}\")"
] ]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment