Showing
1 changed file
with
43 additions
and
0 deletions
echo.ipynb
0 → 100644
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 | + "안녕하세요\n", | ||
13 | + "안녕하세요\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.8.3" | ||
39 | + } | ||
40 | + }, | ||
41 | + "nbformat": 4, | ||
42 | + "nbformat_minor": 4 | ||
43 | +} |
-
Please register or login to post a comment