diff --git a/community-contributions/day1_test_pollama.ipynb b/community-contributions/day1_test_pollama.ipynb index d9d141a..c5da23e 100644 --- a/community-contributions/day1_test_pollama.ipynb +++ b/community-contributions/day1_test_pollama.ipynb @@ -2,9 +2,30 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "bead9c8f-5f47-4755-9858-f5c3d8bdced3", "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "4" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "2+2" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "638fc220-1cf5-49d8-a3c6-d425c759cd05", + "metadata": {}, "outputs": [], "source": [] }