спасенные кронштейны в F String

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