beginner
Return Empty on Error
Design a function that returns an empty string for specific inputs.
📝 प्रॉम्ट सामग्री
Write a function named `get_first_letter` that takes a string argument. If the input string is empty (""), return an empty string (""). Otherwise, return the first character of the input.