index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
feature_check
/
fstring.py
blob: 14792bce0a3ae25662ee7c082d293a0185ae72df (
plain
)
1
2
3
# check whether f-strings (PEP-498) are supported a = 1 print(f"a={a}")