Files
TencentOS-tiny/components/language/micropython/tests/feature_check/fstring.py
2022-09-29 12:10:37 +08:00

4 lines
72 B
Python

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