Also, do y’all call main() in the if block or do you just put the code you want to run in the if block?

  • frezik@midwest.social
    link
    fedilink
    arrow-up
    8
    ·
    2 days ago

    Python: I’m so readable that I’m practically executable pseudo-code

    Also Python: if __name__ == '__main__': . . .