{ "cells": [ { "cell_type": "code", "execution_count": 5, "id": "8be434b9", "metadata": {}, "outputs": [], "source": [ "nothing " ] }, { "cell_type": "code", "execution_count": 2, "id": "de97b850", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "3" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "1+2" ] }, { "cell_type": "code", "execution_count": 3, "id": "a4c02534", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "3" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "ans" ] }, { "cell_type": "code", "execution_count": 4, "id": "cbf94d43", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "1.4142135623730951" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "sqrt(2)" ] } ], "metadata": { "kernelspec": { "display_name": "Julia 1.4.1", "language": "julia", "name": "julia-1.4" }, "language_info": { "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", "version": "1.4.1" } }, "nbformat": 4, "nbformat_minor": 5 }