Generation

generate functionThu, 20 Apr 2023

Make a header for a title

def make_title(title, headline_style) title = headline_style + title return title make_title("A day in the life of an engineer", "##")

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