⚔️
CODE QUEST
Quests
Skill Tree
Saves
Sign In
spell_editor.py
Back to Path
pyrion_spells = {"fireball", "shield", "haste", "poison"} kira_spells = {"ice bolt", "shield", "heal", "haste"} shared = ??? unique_to_pyrion = ??? unique_to_kira = ??? print(f"Shared: {sorted(shared)}") print(f"Pyrion only: {sorted(unique_to_pyrion)}") print(f"Kira only: {sorted(unique_to_kira)}")
Save Completion