- Jul 24, 2017
- 2,426
- 26,418
I'm still on 12.Ah I got that error too on the last pubilcly released version of Python 3.11 (Python 3.11.9 which released last month or so I believe), so it seems f-strings now support single quotes when they use single quotes too huh? Nice nice!
For me, I simply edited the code by changing the ' into " for name.
Another line I had to remove the f-string unfortunately...I'll look into upgrading Python alright!
Are you using Python 12 or the newly released Python 13 dazedanon ?