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