If name == “main”:
didnt got how to use this in main.py file from simple.py?? Can u explain in brief.
If __name__ == "__main__"
Hello @iambhushan, these are known as the drunders in python. And you can refer it as the special func or the in built defined thing. And as mentioned in the video by using this statement we can use simple file as the script file.