if __name__ == "_main_"¶ Overview¶ Explain why used below coding: if __name__ == "_main_": pass References¶ Python main official Scope: https://realpython.com/if-name-main-python/