Showing
1 changed file
with
0 additions
and
43 deletions
Experiments04.ipynb
deleted
100644 → 0
| 1 | -{ | ||
| 2 | - "cells": [ | ||
| 3 | - { | ||
| 4 | - "cell_type": "code", | ||
| 5 | - "execution_count": 1, | ||
| 6 | - "metadata": {}, | ||
| 7 | - "outputs": [ | ||
| 8 | - { | ||
| 9 | - "name": "stdout", | ||
| 10 | - "output_type": "stream", | ||
| 11 | - "text": [ | ||
| 12 | - "4\n", | ||
| 13 | - "4\n" | ||
| 14 | - ] | ||
| 15 | - } | ||
| 16 | - ], | ||
| 17 | - "source": [ | ||
| 18 | - "print(input())" | ||
| 19 | - ] | ||
| 20 | - } | ||
| 21 | - ], | ||
| 22 | - "metadata": { | ||
| 23 | - "kernelspec": { | ||
| 24 | - "display_name": "Python 3", | ||
| 25 | - "language": "python", | ||
| 26 | - "name": "python3" | ||
| 27 | - }, | ||
| 28 | - "language_info": { | ||
| 29 | - "codemirror_mode": { | ||
| 30 | - "name": "ipython", | ||
| 31 | - "version": 3 | ||
| 32 | - }, | ||
| 33 | - "file_extension": ".py", | ||
| 34 | - "mimetype": "text/x-python", | ||
| 35 | - "name": "python", | ||
| 36 | - "nbconvert_exporter": "python", | ||
| 37 | - "pygments_lexer": "ipython3", | ||
| 38 | - "version": "3.7.1" | ||
| 39 | - } | ||
| 40 | - }, | ||
| 41 | - "nbformat": 4, | ||
| 42 | - "nbformat_minor": 2 | ||
| 43 | -} |
-
Please register or login to post a comment