🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
beginner

Return Empty on Error

#functions #return-values #error-handling

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.