"""Should raise SyntaxError: f-string: unterminated string
"""

print(f"Bob is {age['Bob]} years old.")
