4 lines
72 B
Python
Raw Normal View History

2025-10-10 16:07:00 +08:00
# check whether f-strings (PEP-498) are supported
a = 1
print(f"a={a}")