minus-squareYourShadowDani@lemm.eetoProgrammer Humor@programming.dev•Python needs an actual default functionlinkfedilinkEnglisharrow-up5·4 days agoI’m a little new to Python standards. Is this better or worse than putting the def main(): outside the if statement (but calling main() inside it) linkfedilink
I’m a little new to Python standards. Is this better or worse than putting the
def main():
outside the if statement (but callingmain()
inside it)