4 lines
59 B
Text
4 lines
59 B
Text
"Hello,How,Are,You,Today"
|
|
|split ","
|
|
|join\with "."
|
|
|print
|
"Hello,How,Are,You,Today"
|
|
|split ","
|
|
|join\with "."
|
|
|print
|