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)

Questions about programming?Chat with your personal AI assistant