From 557d77b2264318f5ce0a531c125ba0cb8fb6a024 Mon Sep 17 00:00:00 2001 From: chvmvd Date: Sun, 30 Oct 2022 20:12:57 +0900 Subject: [PATCH] bug fix --- docs/python/07for/_samples/sum_1to100.ipynb | 6 +++--- docs/python/07for/_samples/sum_1to20.ipynb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/python/07for/_samples/sum_1to100.ipynb b/docs/python/07for/_samples/sum_1to100.ipynb index 71ed14c71..38f7f4424 100644 --- a/docs/python/07for/_samples/sum_1to100.ipynb +++ b/docs/python/07for/_samples/sum_1to100.ipynb @@ -5,6 +5,9 @@ "cells": [ { "metadata": {}, + "source": [ + "1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100\n" + ], "cell_type": "code", "outputs": [ { @@ -19,9 +22,6 @@ } ], "execution_count": null - "source": [ - "1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100" - ] } ] } diff --git a/docs/python/07for/_samples/sum_1to20.ipynb b/docs/python/07for/_samples/sum_1to20.ipynb index 03532ba45..166f4e5e6 100644 --- a/docs/python/07for/_samples/sum_1to20.ipynb +++ b/docs/python/07for/_samples/sum_1to20.ipynb @@ -5,6 +5,9 @@ "cells": [ { "metadata": {}, + "source": [ + "1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20\n" + ], "cell_type": "code", "outputs": [ { @@ -19,9 +22,6 @@ } ], "execution_count": null - "source": [ - "1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20" - ] } ] }