• PresidentCamacho@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    7 hours ago

    Its quite simple

    you = 2 if color == "white" else 0
    masked_gunman = 100 if job == "cop" else 1
    
    if you > masked_gunman :
        print("The justice system works!")
    else:
        print("Life without parole")
    
    • Suavevillain@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      you = 2 if color == “white” else 0 masked_gunman = 100 if job == “cop” else 1

      if you > masked_gunman : print(“The justice system works!”) else: print(“Life without parole”)

      This is a top tier reply.