We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9895c35 commit 78b1967Copy full SHA for 78b1967
list-to-string.py
@@ -0,0 +1,3 @@
1
+x = ['Hello', 'World', ',', 'How', 'are', 'you', '?']
2
+y = ''.join(x)
3
+print(y)
0 commit comments