KOTA ITO

Generation

generate functionFri, 16 Dec 2022

リストの中の最初の要素を文字列として取得する

l = [1, 2, 3] def head(l): return l[0] head(l)

Questions about programming?Chat with your personal AI assistant