import random from words import voc_list import time from plyer import notification def get_word(): word = random.choice(voc_list) return word.upper() if _