3 lines
77 B
Text
3 lines
77 B
Text
s$ = "Hello,How,Are,You,Today"
|
|
a$[] = strsplit s$ ","
|
|
print strjoin a$[] "."
|