← Code LabPython0/50 solved · 0%
Foundations · easy

1. Variables and f-strings

Bind names to values and format text.

Create `chain = "Base"` and `chain_id = 8453`, then build `summary` using an f-string: `"Base has id 8453"`.
Required in your answer: chain =chain_id =f"