Я получаю ошибку для одного имени, но не ошибку для другого. есть ли способ сделать это без использования оператора if

#python

Вопрос:

 for i, j in Pokedex.items():
    for s, t in j.items():
        for x, y in t.items():
            if "Bayleef" in x:
                g = (y[0].get("weak"))
            if set(s).intersection(g):
                print(x)
 

что мне нужно сделать из этого, так это то, что я ищу имя во вложенном словаре и возвращаю каждый элемент в s, который пересекается с именем в g.

 'Bayleef': [{'super effective': set(), 'effective': {'ground', 'grass', 'water', 'electric'}, 'normal': {'rock', 'steel', 'normal', 'fight', 'dragon', 'fairy', 'ghost', 'psychic', 'dark'}, 'weak': {'poison', 'fire', 'ice', 'bug', 'flying'}, 'super weak': set(), 'resistant': set()}, {'Overgrow', 'Leaf Guard'}, 60, 45, 15.8, 60, False],
'Meganium': [{'super effective': set(), 'effective': {'ground', 'grass', 'water', 'electric'}, 'normal': {'rock', 'steel', 'normal', 'fight', 'dragon', 'fairy', 'ghost', 'psychic', 'dark'}, 'weak': {'poison', 'fire', 'ice', 'bug', 'flying'}, 'super weak': set(), 'resistant': set()}, {'Overgrow', 'Leaf Guard'}, 80, 45, 100.5, 80, False],
'Bellossom': [{'super effective': set(), 'effective': {'ground', 'grass', 'water', 'electric'}, 'normal': {'rock', 'steel', 'normal', 'fight', 'dragon', 'fairy', 'ghost', 'psychic', 'dark'}, 'weak': {'poison', 'fire', 'ice', 'bug', 'flying'}, 'super weak': set(), 'resistant': set()}, {'Chlorophyll', 'Healer'}, 75, 45, 5.8, 50, False],
'Sunkern': [{'super effective': set(), 'effective': {'ground', 'grass', 'water', 'electric'}, 'normal': {'rock', 'steel', 'normal', 'fight', 'dragon', 'fairy', 'ghost', 'psychic', 'dark'}, 'weak': {'poison', 'fire', 'ice', 'bug', 'flying'}, 'super weak': set(), 'resistant': set()}, {'Chlorophyll', 'Solar Power', 'Early Bird'}, 30, 235, 1.8, 30, False],
'Sunflora': [{'super effective': set(), 'effective': {'ground', 'grass', 'water', 'electric'}, 'normal': {'rock', 'steel', 'normal', 'fight', 'dragon', 'fairy', 'ghost', 'psychic', 'dark'}, 'weak': {'poison', 'fire', 'ice', 'bug', 'flying'}, 'super weak': set(), 'resistant': set()}, {'Chlorophyll', 'Solar Power', 'Early Bird'}, 75, 120, 8.5, 30, False]}, ('fire', None):
{'Cyndaquil': [{'super effective': set(), 'effective': {'grass', 'fire', 'fairy', 'ice', 'bug', 'steel'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'flying', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'rock', 'water'}, 'super weak': set(), 'resistant': set()}, {'Flash Fire', 'Blaze'}, 39, 45, 7.9, 65, False],
'Quilava': [{'super effective': set(), 'effective': {'grass', 'fire', 'fairy', 'ice', 'bug', 'steel'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'flying', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'rock', 'water'}, 'super weak': set(), 'resistant': set()}, {'Flash Fire', 'Blaze'}, 58, 45, 19.0, 80, False],
'Typhlosion': [{'super effective': set(), 'effective': {'grass', 'fire', 'fairy', 'ice', 'bug', 'steel'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'flying', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'rock', 'water'}, 'super weak': set(), 'resistant': set()}, {'Flash Fire', 'Blaze'}, 78, 45, 79.5, 100, False],
'Slugma': [{'super effective': set(), 'effective': {'grass', 'fire', 'fairy', 'ice', 'bug', 'steel'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'flying', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'rock', 'water'}, 'super weak': set(), 'resistant': set()}, {'Flame Body', 'Magma Armor', 'Weak Armor'}, 40, 190, 35.0, 20, False],
'Magby': [{'super effective': set(), 'effective': {'grass', 'fire', 'fairy', 'ice', 'bug', 'steel'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'flying', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'rock', 'water'}, 'super weak': set(), 'resistant': set()}, {'Flame Body', 'Vital Spirit'}, 45, 45, 21.4, 83, False],
'Entei': [{'super effective': set(), 'effective': {'grass', 'fire', 'fairy', 'ice', 'bug', 'steel'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'flying', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'rock', 'water'}, 'super weak': set(), 'resistant': set()}, {'Inner Focus', 'Pressure'}, 115, 3, 198.0, 100, True]},('water', None): {'Totodile': [{'super effective': set(), 'effective': {'fire', 'steel', 'ice', 'water'}, 'normal': {'rock', 'normal', 'ground', 'fight', 'poison', 'dragon', 'fairy', 'flying', 'bug', 'ghost', 'psychic', 'dark'}, 'weak': {'grass', 'electric'}, 'super weak': set(), 'resistant': set()}, {'Torrent', 'Sheer Force'}, 50, 45, 9.5, 43, False], 'Croconaw': [{'super effective': set(), 'effective': {'fire', 'steel', 'ice', 'water'}, 'normal': {'rock', 'normal', 'ground', 'fight', 'poison', 'dragon', 'fairy', 'flying', 'bug', 'ghost', 'psychic', 'dark'}, 'weak': {'grass', 'electric'}, 'super weak': set(), 'resistant': set()}, {'Torrent', 'Sheer Force'}, 65, 45, 25.0, 58, False], 'Feraligatr': [{'super effective': set(), 'effective': {'fire', 'steel', 'ice', 'water'}, 'normal': {'rock', 'normal', 'ground', 'fight', 'poison', 'dragon', 'fairy', 'flying', 'bug', 'ghost', 'psychic', 'dark'}, 'weak': {'grass', 'electric'}, 'super weak': set(), 'resistant': set()}, {'Torrent', 'Sheer Force'}, 85, 45, 88.8, 78, False], 'Politoed': [{'super effective': set(), 'effective': {'fire', 'steel', 'ice', 'water'}, 'normal': {'rock', 'normal', 'ground', 'fight', 'poison', 'dragon', 'fairy', 'flying', 'bug', 'ghost', 'psychic', 'dark'}, 'weak': {'grass', 'electric'}, 'super weak': set(), 'resistant': set()}, {'Water Absorb', 'Drizzle', 'Damp'}, 90, 45, 33.9, 70, False], 'Remoraid': [{'super effective': set(), 'effective': {'fire', 'steel', 'ice', 'water'}, 'normal': {'rock', 'normal', 'ground', 'fight', 'poison', 'dragon', 'fairy', 'flying', 'bug', 'ghost', 'psychic', 'dark'}, 'weak': {'grass', 'electric'}, 'super weak': set(), 'resistant': set()}, {'Moody', 'Hustle', 'Sniper'}, 35, 190, 12.0, 65, False], 'Octillery': [{'super effective': set(), 'effective': {'fire', 'steel', 'ice', 'water'}, 'normal': {'rock', 'normal', 'ground', 'fight', 'poison', 'dragon', 'fairy', 'flying', 'bug', 'ghost', 'psychic', 'dark'}, 'weak': {'grass', 'electric'}, 'super weak': set(), 'resistant': set()}, {'Moody', 'Suction Cups', 'Sniper'}, 75, 75, 28.5, 45, False], 'Suicune': [{'super effective': set(), 'effective': {'fire', 'steel', 'ice', 'water'}, 'normal': {'rock', 'normal', 'ground', 'fight', 'poison', 'dragon', 'fairy', 'flying', 'bug', 'ghost', 'psychic', 'dark'}, 'weak': {'grass', 'electric'}, 'super weak': set(), 'resistant': set()}, {'Inner Focus', 'Pressure'}, 100, 3, 187.0, 85, True]}, ('normal', None): {'Sentret': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Keen Eye', 'Run Away', 'Frisk'}, 35, 255, 6.0, 20, False], 'Furret': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Keen Eye', 'Run Away', 'Frisk'}, 85, 90, 32.5, 90, False], 'Aipom': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Pickup', 'Skill Link', 'Run Away'}, 55, 45, 11.5, 85, False], 'Dunsparce': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Run Away', 'Serene Grace', 'Rattled'}, 100, 190, 14.0, 45, False], 'Teddiursa': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Pickup', 'Quick Feet', 'Honey Gather'}, 60, 120, 8.8, 40, False], 'Ursaring': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Quick Feet', 'Guts', 'Unnerve'}, 90, 60, 125.8, 55, False], 'Porygon2': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Download', 'Trace', 'Analytic'}, 85, 45, 32.5, 60, False], 'Stantler': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Intimidate', 'Frisk', 'Sap Sipper'}, 73, 45, 71.2, 85, False], 'Smeargle': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Own Tempo', 'Moody', 'Technician'}, 55, 45, 58.0, 75, False], 'Miltank': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Scrappy', 'Sap Sipper', 'Thick Fat'}, 95, 45, 75.5, 100, False], 'Blissey': [{'super effective': set(), 'effective': set(), 'normal': {'rock', 'steel', 'normal', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'flying', 'ice', 'bug', 'electric', 'ground', 'psychic', 'dark', 'water'}, 'weak': {'fight'}, 'super weak': set(), 'resistant': {'ghost'}}, {'Natural Cure', 'Healer', 'Serene Grace'}, 255, 30, 46.8, 55, False]}, ('normal', 'flying'): {'Hoothoot': [{'super effective': set(), 'effective': {'grass', 'bug'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'fire', 'fairy', 'flying', 'steel', 'psychic', 'dark', 'water'}, 'weak': {'rock', 'ice', 'electric'}, 'super weak': set(), 'resistant': {'ghost', 'ground'}}, {'Keen Eye', 'Tinted Lens', 'Insomnia'}, 60, 255, 21.2, 50, False], 'Noctowl': [{'super effective': set(), 'effective': {'grass', 'bug'}, 'normal': {'normal', 'fight', 'poison', 'dragon', 'fire', 'fairy', 'flying', 'steel', 'psychic', 'dark', 'water'}, 'weak': {'rock', 'ice', 'electric'}, 'super weak': set(), 'resistant': {'ghost', 'ground'}}, {'Keen Eye', 'Tinted Lens', 'Insomnia'}, 100, 90, 40.8, 70, False]}, ('bug', 'flying'): {'Ledyba': [{'super effective': {'grass', 'fight'}, 'effective': {'bug'}, 'normal': {'steel', 'normal', 'poison', 'dragon', 'fairy', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'fire', 'flying', 'ice', 'electric'}, 'super weak': {'rock'}, 'resistant': {'ground'}}, {'Swarm', 'Rattled', 'Early Bird'}, 40, 255, 10.8, 55, False], 'Ledian': [{'super effective': {'grass', 'fight'}, 'effective': {'bug'}, 'normal': {'steel', 'normal', 'poison', 'dragon', 'fairy', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'fire', 'flying', 'ice', 'electric'}, 'super weak': {'rock'}, 'resistant': {'ground'}}, {'Swarm', 'Early Bird', 'Iron Fist'}, 55, 90, 35.6, 85, False], 'Yanma': [{'super effective': {'grass', 'fight'}, 'effective': {'bug'}, 'normal': {'steel', 'normal', 'poison', 'dragon', 'fairy', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'fire', 'flying', 'ice', 'electric'}, 'super weak': {'rock'}, 'resistant': {'ground'}}, {'Frisk', 'Speed Boost', 'Compoundeyes'}, 65, 75, 38.0, 95, False]}, ('bug', 'poison'): {'Spinarak': [{'super effective': {'grass', 'fight'}, 'effective': {'poison', 'fairy', 'bug'}, 'normal': {'steel', 'normal', 'ground', 'dragon', 'ice', 'electric', 'ghost', 'dark', 'water'}, 'weak': {'fire', 'rock', 'psychic', 'flying'}, 'super weak': set(), 'resistant': set()}, {'Swarm', 'Insomnia', 'Sniper'}, 40, 255, 8.5, 30, False], 'Ariados': [{'super effective': {'grass', 'fight'}, 'effective': {'poison', 'fairy', 'bug'}, 'normal': {'steel', 'normal', 'ground', 'dragon', 'ice', 'electric', 'ghost', 'dark', 'water'}, 'weak': {'fire', 'rock', 'psychic', 'flying'}, 'super weak': set(), 'resistant': set()}, {'Swarm', 'Insomnia', 'Sniper'}, 70, 90, 33.5, 40, False]}, ('poison', 'flying'): {'Crobat': [{'super effective': {'grass', 'bug', 'fight'}, 'effective': {'poison', 'fairy'}, 'normal': {'steel', 'normal', 'dragon', 'fire', 'flying', 'ghost', 'dark', 'water'}, 'weak': {'rock', 'psychic', 'ice', 'electric'}, 'super weak': set(), 'resistant': {'ground'}}, {'Inner Focus', 'Infiltrator'}, 85, 90, 75.0, 130, False]}, ('water', 'electric'): {'Chinchou': [{'super effective': {'steel'}, 'effective': {'fire', 'flying', 'water', 'ice'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'dragon', 'fairy', 'bug', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'grass'}, 'super weak': set(), 'resistant': set()}, {'Volt Absorb', 'Water Absorb', 'Illuminate'}, 75, 190, 12.0, 67, False], 'Lanturn': [{'super effective': {'steel'}, 'effective': {'fire', 'flying', 'water', 'ice'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'dragon', 'fairy', 'bug', 'electric', 'ghost', 'psychic', 'dark'}, 'weak': {'ground', 'grass'}, 'super weak': set(), 'resistant': set()}, {'Volt Absorb', 'Water Absorb', 'Illuminate'}, 125, 75, 22.5, 67, False]}, ('electric', None): {'Pichu': [{'super effective': set(), 'effective': {'steel', 'flying', 'electric'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'ice', 'bug', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'ground'}, 'super weak': set(), 'resistant': set()}, {'Static', 'Lightningrod'}, 20, 190, 2.0, 60, False], 'Mareep': [{'super effective': set(), 'effective': {'steel', 'flying', 'electric'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'ice', 'bug', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'ground'}, 'super weak': set(), 'resistant': set()}, {'Plus', 'Static'}, 55, 235, 7.8, 35, False], 'Flaaffy': [{'super effective': set(), 'effective': {'steel', 'flying', 'electric'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'ice', 'bug', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'ground'}, 'super weak': set(), 'resistant': set()}, {'Plus', 'Static'}, 70, 120, 13.3, 45, False], 'Ampharos': [{'super effective': set(), 'effective': {'steel', 'flying', 'electric'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'ice', 'bug', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'ground'}, 'super weak': set(), 'resistant': set()}, {'Plus', 'Static'}, 90, 45, 61.5, 45, False], 'Elekid': [{'super effective': set(), 'effective': {'steel', 'flying', 'electric'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'ice', 'bug', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'ground'}, 'super weak': set(), 'resistant': set()}, {'Vital Spirit', 'Static'}, 45, 45, 23.5, 95, False], 'Raikou': [{'super effective': set(), 'effective': {'steel', 'flying', 'electric'}, 'normal': {'rock', 'normal', 'fight', 'poison', 'grass', 'dragon', 'fire', 'fairy', 'ice', 'bug', 'ghost', 'psychic', 'dark', 'water'}, 'weak': {'ground'}, 'super weak': set(), 'resistant': set()}, {'Inner Focus', 'Pressure'}, 90, 3, 178.0, 115, True]}, ('fairy', None): {'Cleffa': [{'super effective': set(), 'effective': {'dark', 'bug', 'fight'}, 'normal': {'rock', 'normal', 'ground', 'grass', 'fire', 'fairy', 'ice', 'electric', 'ghost', 'psychic', 'flying', 'water'}, 'weak': {'steel', 'poison'}, 'super weak': set(), 'resistant': {'dragon'}}, {'Cute Charm', 'Friend Guard', 'Magic Guard'}, 50, 150, 3.0, 15, False], 'Togepi': [{'super effective': set(), 'effective': {'dark', 'bug', 'fight'}, 'normal': {'rock', 'normal', 'ground', 'grass', 'fire', 'fairy', 'ice', 'electric', 'ghost', 'psychic', 'flying', 'water'}, 'weak': {'steel', 'poison'}, 'super weak': set(), 'resistant': {'dragon'}}, {'Super Luck', 'Serene Grace', 'Hustle'}, 35, 190, 1.5, 20, False], 'Snubbull': [{'super effective': set(), 'effective': {'dark', 'bug', 'fight'}, 'normal': {'rock', 'normal', 'ground', 'grass', 'fire', 'fairy', 'ice', 'electric', 'ghost', 'psychic', 'flying', 'water'}, 'weak': {'steel', 'poison'}, 'super weak': set(), 'resistant': {'dragon'}}, {'Intimidate', 'Run Away', 'Rattled'}, 60, 190, 7.8, 30, False], 'Granbull': [{'super effective': set(), 'effective': {'dark', 'bug', 'fight'}, 'normal': {'rock', 'normal', 'ground', 'grass', 'fire', 'fairy', 'ice', 'electric', 'ghost', 'psychic', 'flying', 'water'}, 'weak': {'steel', 'poison'}, 'super weak': set(), 'resistant': {'dragon'}}, {'Intimidate', 'Quick Feet', 'Rattled'}, 90, 75, 48.7, 45, False]}, ('normal', 'fairy'): {'Igglybuff': [{'super effective': set(), 'effective': {'dark', 'bug'}, 'normal': {'rock', 'normal', 'fight', 'grass', 'fire', 'fairy', 'ice', 'electric', 'ground', 'psychic', 'flying', 'water'}, 'weak': {'steel', 'poison'}, 'super weak': set(), 'resistant': {'ghost', 'dragon'}}, {'Friend Guard', 'Cute Charm', 'Competitive'}, 90, 170, 1.0, 15, False]}, ('fairy', 'flying'): {'Togetic': [{'super effective': {'bug', 'fight'}, 'effective': {'grass', 'dark'}, 'normal': {'normal', 'fire', 'fairy', 'ghost', 'psychic', 'flying', 'water'}, 'weak': {'rock', 'poison', 'ice', 'electric', 'steel'}, 'super weak': set(), 'resistant': {'ground', 'dragon'}}, {'Super Luck', 'Serene Grace', 'Hustle'}, 55, 75, 3.2, 40, False]}, ('psychic', 'flying'): {'Natu': [{'super effective': {'fight'}, 'effective': {'psychic', 'grass'}, 'normal': {'normal', 'poison', 'dragon', 'fire', 'fairy', 'bug', 'steel', 'flying', 'water'}, 'weak': {'rock', 'ice', 'electric', 'ghost', 'dark'}, 'super weak': set(), 'resistant': {'ground'}}, {'Early Bird', 'Magic Bounce', 'Synchronize'}, 40, 190, 2.0, 70, False]``
 

Комментарии:

1. В чем ваша ошибка? В чем заключается ваш вопрос?