diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-06-14 17:41:15 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-06-14 17:41:15 +0000 |
| commit | e109d35d764817b744fd4ab8ae59dce35be5b5dc (patch) | |
| tree | 20f495923570dd9010175e953314d7a0c4286037 /lessons/first file.ipynb | |
| parent | 44839612a1b3a42a9683b36adc362e8f36c29e2e (diff) | |
added latest lectures
Diffstat (limited to 'lessons/first file.ipynb')
| -rw-r--r-- | lessons/first file.ipynb | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/lessons/first file.ipynb b/lessons/first file.ipynb deleted file mode 100644 index 984f9d5..0000000 --- a/lessons/first file.ipynb +++ /dev/null @@ -1,63 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Hello world\n" - ] - } - ], - "source": [ - "print(\"Hello world\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This is a Markdown cell (for notes)." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "print()" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} |
