RosettaCodeData/Task/Tokenize-a-string/Python/tokenize-a-string-2.py

2 lines
55 B
Python

print ('.'.join('Hello,How,Are,You,Today'.split(',')))