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')

Questions about programming?Chat with your personal AI assistant