Day 5 Puzzle
Fix the function so that
solve()
correctly reverses the string.
def solve(): text = "hello" return text.upper()
Run
🎉 This code runs purely out of spite.