Generation

generate functionMon, 31 Jul 2023

i need a function to analise an excel planile and put the names ricardo and carlos in the colour red

def change_name_to_red(name): format.color = "red" format.bold = True return format change_name_to_red("carlos")

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