if working is not None:
    print('the thing works')
else:
    print('the thing does not work')
  • freamonOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 months ago

    print('single-line of code')