import std.stdio, std.string;
void main() {
"Hello,How,Are,You,Today".split(",").join(".").writeln();
}