3 lines
69 B
Text
3 lines
69 B
Text
str: "Hello,How,Are,You,Today"
|
|
|
|
print join.with:"." split.by:"," str
|
str: "Hello,How,Are,You,Today"
|
|
|
|
print join.with:"." split.by:"," str
|