a_string = "you string here" word_list = a_string.split() number_of_words = len(word_list) print(number_of_words)