Programming Preference?
I frequently see this structure in scripts:
Code:
def main(blah,blah):
.
.
.
if __name__ […]
Original post by gw1500se
I frequently see this structure in scripts:
Code:
def main(blah,blah):
.
.
.
if __name__ […]
Original post by gw1500se
Leave a Reply
You must be logged in to post a comment.