KOTA ITO

Generation

generate functionThu, 12 Jan 2023

文字列「https://note.com/tsurezure_cat/n/n8bfbb22dd9ae」の「/」を「-」に置換する

def change(text): return text.replace('/', '-') change('https://note.com/tsurezure_cat/n/n8bfbb22dd9ae')

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