# Enter a code d = { 'Alice': 45, 'Bob': 60, 'Candy': 75, 'David': 86, 'Ellena': 49 } if d.get('Alice'): d.pop('Alice') print(d.keys())