diff options
Diffstat (limited to 'notebooks/dictionaries.ipynb')
-rw-r--r-- | notebooks/dictionaries.ipynb | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/notebooks/dictionaries.ipynb b/notebooks/dictionaries.ipynb index dabcc4f..aa68193 100644 --- a/notebooks/dictionaries.ipynb +++ b/notebooks/dictionaries.ipynb @@ -2,9 +2,18 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "0\n", + "{'Kim Jong Un': 69, 'Kim Il-Sung': 150, 'Skibidi Rizzler': 66}\n" + ] + } + ], "source": [ "# Activity 19P\n", "\n", @@ -31,8 +40,16 @@ "name": "python3" }, "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", "name": "python", - "version": "3.12.8" + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.7" } }, "nbformat": 4, |