+ 1
Python format string
What is wrong about this code. I get an error (parseError on Line 2): my_hair = 'Brown' print(f"Let's talk about my {my_hair} hair.")
4 Réponses
+ 6
I just copy-pasted your code and it seems to work fine in Playground. If you use it outside of Sololearn, make sure that python version >= 3.6 is used. f strings didn't exist before.
+ 2
Jdoodle has Python 3.6.5, and many other languages.
https://www.jdoodle.com/python3-programming-online
But other than Sololearn app and Sololearn website, I don't know of any online editor supporting Python 3.7.
+ 1
Thank you Anna, i use an online editor which gave me the error. https://python.codnex.net
Can you recomand An online editor which supports >=3.6
+ 1
Thanks Kishalaya, jdoodle is good enough for now.