We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed169e6 commit 03b935cCopy full SHA for 03b935c
1 file changed
python312-preview-f-string/backslaches.py
@@ -1,4 +1,4 @@
1
words = ["Hello", "World!", "I", "am", "a", "Pythonista!"]
2
3
# Uncomment the following line and run it in Python 3.12
4
-# print(f"{'\n'.join(words)}")
+# print(f"{'\n'.join(words)}")
0 commit comments