2 lines
53 B
Text
2 lines
53 B
Text
|
|
puts('Hello,How,Are,You,Today'.split(',').join('.'))
|
|
|
puts('Hello,How,Are,You,Today'.split(',').join('.'))
|