| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "cells": [
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "# Hello World"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "We are going to start with classic Hello World program \n",
- "Click the ```Run``` button above or press ```Ctrl+Enter```"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "print(\"Hello World\")"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "Try to make it say hello, your name bellow. "
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": []
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "<a href=\"http://localhost:8888/notebooks/01.intro.ipynb\">Previous Intro </a> \n",
- " \n",
- "<a href=\"http://localhost:8888/notebooks/00.index.ipynb\">Index</a>\n",
- " \n",
- "<a style=\"\" href=\"http://localhost:8888/notebooks/03.maths.ipynb\">Next Maths</a> "
- ]
- }
- ],
- "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.6.6"
- }
- },
- "nbformat": 4,
- "nbformat_minor": 2
- }
|