Strain - Plays during tense scenes, especially after an announcement. Consternation - Plays during scenes. Desperation - Plays during scenes. Anxiousness - Plays during scenes. Portentousness - Plays during scenes. GLTM-KM506 - Plays when meeting G-OLM. Confession - Plays during melancholy scenes...
#瓦登尔湖词频统计: import string path = 'D:/python3/Walden.txt' with open(path,'r',encoding= 'utf-8') as text: words = [raw_word.strip(string.punctuation).lower() for raw_word in text.read().split()] words_index = set(words) counts_dict = {index:words.count(index) for index ...