I don't think the title of my question is very helpful but let me explain my self here :
I have a code , wich is like that
Age = 18
print(f'{Age} = {Age}')
Expected Output :
{Age} = 18
Is there anyway to get { as a normal caracter with f' before ? I would like to have one as F string , other as text .