Day 23: String Formatting Fix
Return formatted string 'Hello fish' using name variable.
def solve(): name = 'fish' return 'Hello {name}'
Run
🐟 Formatting? Fancy. You’ve reached the stage where luck looks like skill.