# List all available stories
unearth_lovecraftian_tales()
# Retrieve a story by full name (case-insensitive)
unearth_lovecraftian_tales("The shadow over innsmouth")
# Retrieve a story by abbreviation (case-insensitive)
unearth_lovecraftian_tales("soi")
# Retrieve a story with partial name or abbreviation (case-insensitive)
unearth_lovecraftian_tales("call")
# Retrieve a story by abbreviation
unearth_lovecraftian_tales("RH")
Run the code above in your browser using DataLab