{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "inputHidden": false, "outputHidden": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Hello World!\n", "Hello Again\n", "I like typing this.\n", "This is fun.\n", "Yay! Printing.\n", "I'd much rather you 'not'.\n", "I \"said\" do not touch this.\n" ] } ], "source": [ "print(\"Hello World!\")\n", "print(\"Hello Again\")\n", "print(\"I like typing this.\")\n", "print(\"This is fun.\")\n", "print('Yay! Printing.')\n", "print(\"I'd much rather you 'not'.\")\n", "print('I \"said\" do not touch this.')" ] }, { "cell_type": "code", "execution_count": 5, "metadata": { "inputHidden": false, "outputHidden": false }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "
\n", "" ], "text/plain": [ "