Quarto can be used with Python

An example Python code block:

name = "Kenny"
favorite_bird = "nuthatch"

print(f"Hi, I'm {name}. My favorite bird is the {favorite_bird}.")
Hi, I'm Kenny. My favorite bird is the nuthatch.