p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Dictionaries
Exercise: Access dictionary value
Exercise: Access dictionary value
Get the price of the pizza from the dictionary and assign it to
price_pizza
.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output