Cody Bable

Generation

generate functionMon, 03 Jul 2023

count words in a list

def count_words(word_list): return len(word_list) count_words(['apple', 'mango', 'pear'])

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