Skip to content

Commit

Permalink
resolved #21
Browse files Browse the repository at this point in the history
  • Loading branch information
chvmvd committed Oct 15, 2022
1 parent 8b522fb commit 87aadbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/python/expressions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Answer from "@site/src/components/Answer";

# 式と演算子

## 式と演算子

Python で計算をしてみましょう。次のように書くと、演算をすることができます。

<ViewSource path="_samples/sum.ipynb" />
Expand Down
2 changes: 2 additions & 0 deletions docs/python/variables/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Answer from "@site/src/components/Answer";

# 変数

## 変数

前項のようにして、10℃ での音速を求めてみましょう。

$$
Expand Down

0 comments on commit 87aadbe

Please sign in to comment.