3 lines
69 B
Text
3 lines
69 B
Text
|
|
tokens = "Hello,How,Are,You,Today".split(",")
|
||
|
|
print tokens.join(".")
|