Skip to content

Instantly share code, notes, and snippets.

@khirotaka
Last active December 2, 2019 11:14
Show Gist options
  • Save khirotaka/9af29fc4e1434ad1510b151530025d98 to your computer and use it in GitHub Desktop.
Save khirotaka/9af29fc4e1434ad1510b151530025d98 to your computer and use it in GitHub Desktop.

見出し1

見出し2

見出し3

見出し4

見出し5
見出し6

hello, world

hello,
world


import numpy as np

class Something:
    def __init__(self):
        self.foo = np.arange(10)
    
    def bar(self):
        return self.foo
        

something = Something()
print(something.bar)

このように


  • リスト1
    • リスト1_1
    • リスト1_2
    • リスト1_3
  • リスト2
    • リスト2_1
    • リスト2_2
    • リスト2_3
  1. リスト1
    1. リスト1_1
    2. リスト1_2
    3. リスト1_3
  2. リスト2
    1. リスト2_1
    2. リスト2_2
    3. リスト2_3
  • test1
  • test2

MOS_burger


あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、 うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。 ポラーノの広場 宮沢賢治 より引用

引用 引用

多重引用 1

多重引用 2 多重引用 1 引用


bold

italic

strikethrough

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment