Comment on Show HN: Change Python code while it's running using a reloading loopparentComments−progval6yThat's an f-string, so it only works with Python 3.7 and later−kbd6yf-strings were introduced in Python 3.6, fyi:https://docs.python.org/3/whatsnew/3.6.html#whatsnew36-pep49...
Comments
That's an f-string, so it only works with Python 3.7 and later
f-strings were introduced in Python 3.6, fyi:
https://docs.python.org/3/whatsnew/3.6.html#whatsnew36-pep49...