Aluko Kenny

Generation

generate functionSun, 14 May 2023

An ai that can count amount of word

word = "Hello World" def count(word): return word.split().len() count(word)

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