p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Dictionaries
Exercise: Remove key-value pair from dictionary
Exercise: Remove key-value pair from dictionary
Due to a lack in demand, salad has been removed from the menu. Update the dictionary accordingly.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output