We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d02299 + 78b1967 commit c17d7e1Copy full SHA for c17d7e1
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