Kata: Convert each fruit name into a KV of its first letter and itself, e.g. apple => ('a', 'apple')
apple => ('a', 'apple')