16
dfoianu
6y

Do you have a "I don't write bugs" colleague? Put your language equivalent of this around their code and wait.

try:
# their code
except Exception:
print('lmao')

Comments
  • 5
    Bugs are not necessarily exceptions.
  • 5
    Halting problem bro
  • 2
    But I don't write bugs, I wrote code which could have some tho' - stop bugging me!!! lol
  • 5
    gotta add

    time.sleep(2) #give time to laugh
    os.shell("reboot")

    Below printing lmao.
Add Comment