Why no need to heder file in python programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why no need to heder file in python programming?

I Just start vto learn python programming.

12th May 2020, 1:17 PM
Lokesh Prakash Belekar.
Lokesh Prakash Belekar. - avatar
1 Answer
+ 1
Python does not need header files for the same reason c/c++ or other languages don't. You can do everything inside one file. Python has something similar in its imports. They are different types of files, but they serve the same purpose which is extending the number of functions.
12th May 2020, 4:57 PM
Mark McGuire
Mark McGuire - avatar