Escape braket di string F

print(f"{hello} ...") # Error
print(f"{{hello}} ..." # hello ...
Matthew Edelen