4 lines
98 B
Text
4 lines
98 B
Text
|
|
program: tokenize_a_string
|
||
|
|
input: "Hello,How,Are,You,Today"
|
||
|
|
output: "Hello.How.Are.You.Today"
|