There's no requirement to have a main function in Python, but there is the concept of a main module. But let us first consider what happens when you run a Python file. Here, the class C gets created, as does method inside the class, and the function func gets created.Jul 15, 2011