Write initials(name) that returns the initials of a name like "A.B.C.". Names are space-separated.
initials(name)
"A.B.C."