Generation

generate functionFri, 21 Apr 2023

Get substring from string

def substring(str, start, end): return str[start:end] substring("some string", 3, 5)

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