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 684a9ff + 31704a3 commit 58a1524Copy full SHA for 58a1524
String_toCharList.py
@@ -0,0 +1,4 @@
1
+def input_string(str):
2
+ return list(str)
3
+
4
+print(input_string("Hello World"))
0 commit comments