def show_knowledge(knowledge): for key in knowledge.knowledge: print("\x1b[1m{}\x1b[0m {}".format(key, knowledge.knowledge[key]))