The challenge is to try and fix this buggy code, given the inputs True and False. See the examples below for the expected output.
has_bugs(True) ➞ "sad days"
has_bugs(False) ➞ "it's a good day"
Don't overthink this challenge (look at the syntax and correct it).