We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844dc7c commit ed169e6Copy full SHA for ed169e6
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("One Word by Line:\n" + f"{'\n'.join(words)}")
+# print(f"{'\n'.join(words)}")
0 commit comments