0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Markdownの勉強

Posted at

テストプログラム

def function():
 print("hello")

出力:

答えはここ
`> hello`
"すいしょう"の漢字は? 推奨

リスト表記

  1. ooo
  2. xxx

自動で連番にしてくれる.

リンゴ
赤い果物
みかん
オレンジ色の果物
バナナ
黄色の果物
1 2 3
ここにいろいろかくぞー
いいね
\sum_{k=1}^n k^2 = \frac{1}{6} n (n+1) (2n+1)

$\textit{SumOfSquare} = \sum_{k=1}^n k^2 = \frac{1}{6} n (n+1) (2n+1)$

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?