# check whether f-strings (PEP-498) are supported
a = 1
print(f"a={a}")
