Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Tokenize-a-string/00-TASK.txt
Normal file
10
Task/Tokenize-a-string/00-TASK.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Separate the string "Hello,How,Are,You,Today" by commas into an array (or list) so that each element of it stores a different word.
|
||||
|
||||
Display the words to the 'user', in the simplest manner possible, separated by a period.
|
||||
|
||||
To simplify, you may display a trailing period.
|
||||
|
||||
|
||||
{{Template:Strings}}
|
||||
<br><br>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue