Day 1 Puzzle
Fix the function so that
solve()
returns
7
.
def solve(): return str(3 + 4)
Run
🎉 You put the fun in function.