Santiago Moresi

Generation

generate functionWed, 07 Jun 2023

reemplazar columnas con dos

def replace_all(text): text = text.replace("1", "2") text = text. replace("2", "1") return text

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