Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SotaYoshida committed May 9, 2024
1 parent 86fd933 commit fce88f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _sources/notebooks/Python_practice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"練習問題: \n",
"1. 要素に身長(単位:cm)と体重(単位:kg)を持つ適当なリストを定義し、5人のデータ(リスト)を要素にもつ**入れ子構造のリスト**を作成せよ。 \n",
" ただし3人目の身長と体重は必ず175,60とすること(それ以外は適当で構わない)。\n",
"2. `for`分を使って、上で作成した5人分のデータ(入れ子構造のリストの各要素)を表示せよ.\n",
"2. `for`文を使って、上で作成した5人分のデータ(入れ子構造のリストの各要素)を表示せよ.\n",
"3. 上のリストから、5人の平均身長と平均体重をそれぞれ計算するコードを作成せよ。 \n",
" 算術平均を取る際は、数字の5などを使うのではなく、リストの長さを使うなどして、 \n",
" **リストの要素の数が5個以外(10や100)でも正しく計算できる汎用性のあるコード**にすること。\n",
Expand Down Expand Up @@ -573,7 +573,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Python_practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ <h2>第2章:Pythonの基礎2<a class="headerlink" href="#python2" title="Permali
<ol class="simple">
<li><p>要素に身長(単位:cm)と体重(単位:kg)を持つ適当なリストを定義し、5人のデータ(リスト)を要素にもつ<strong>入れ子構造のリスト</strong>を作成せよ。<br />
ただし3人目の身長と体重は必ず175,60とすること(それ以外は適当で構わない)。</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">for</span></code>分を使って、上で作成した5人分のデータ(入れ子構造のリストの各要素)を表示せよ.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">for</span></code>文を使って、上で作成した5人分のデータ(入れ子構造のリストの各要素)を表示せよ.</p></li>
<li><p>上のリストから、5人の平均身長と平均体重をそれぞれ計算するコードを作成せよ。<br />
算術平均を取る際は、数字の5などを使うのではなく、リストの長さを使うなどして、<br />
<strong>リストの要素の数が5個以外(10や100)でも正しく計算できる汎用性のあるコード</strong>にすること。</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit fce88f4

Please sign in to comment.