Generation

generate functionTue, 07 Mar 2023

take all the letters from an inputed word and split them up

def split(word): return list(word) split('thisisatest')

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