The Reason Behind if __name__ == ‘__main__’ in Python6377Jordan WilliamsJOSHUA WEINSTEIN·Nov 4, 2020Good points! I found its useful to add if you want unit tests at the bottom of a file to run as needed :)