diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-06-07 16:27:36 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-06-07 16:27:36 +0000 |
| commit | 44839612a1b3a42a9683b36adc362e8f36c29e2e (patch) | |
| tree | 9d1b0c07953d7bc6bf83eab52a43d89f13e8702a /lessons/first file.ipynb | |
| parent | 673b3b77501808b0cd4c3b2d89b8fb43d045c91c (diff) | |
added python lessons so far
Diffstat (limited to 'lessons/first file.ipynb')
| -rw-r--r-- | lessons/first file.ipynb | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/lessons/first file.ipynb b/lessons/first file.ipynb new file mode 100644 index 0000000..984f9d5 --- /dev/null +++ b/lessons/first file.ipynb @@ -0,0 +1,63 @@ +{ + "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 +} |
