# Usando expressões com chaves literais em f-strings hello = "OLÁ" print(f"{{{hello.lower()}}}")