KOTA ITO

Generation

generate functionFri, 16 Dec 2022

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

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

Want to kickstart your project?Use the new AI Studio to create your code