0,C,1,0,L2,L2 1,T,plt.plot([1, 2, 3]),0,Matplotlibプロット例,py_matplotlib_plot 2,T,re.match(r"pattern", "string"),0,正規表現マッチ,py_re_match 3,T,re.search(r"pattern", "string"),0,正規表現サーチ,py_re_search 4,T,re.findall(r"pattern", "string"),0,正規表現全検索,py_re_findall 5,T,''.join(list_of_strings),0,文字列結合,py_str_join