# Homework 14, problem 1: print initials like K.R. first = "Keiko" last = "Raharja" # TODO: print the two initials with dots, using string slicing