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.
1 parent 684a9ff commit 31704a3Copy full SHA for 31704a3
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