# Introduction In this lab, you are required to write a program that takes two words as input and returns a string containing the common lowercase letters between the two words, sorted alphabetically. If no letters are shared, an empty string should be returned.
Click the virtual machine below to start practicing