What is the header file used for python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the header file used for python

18th Jan 2018, 2:27 PM
vasundra devi
vasundra devi - avatar
3 Answers
+ 1
Python header files called modules or libraries
18th Jan 2018, 2:38 PM
Hafeezul Kareem Shaik
+ 1
Python "header files" can be called using the following syntax: import moduleName Here is a documentation (list) of most of (if not all) the Python3 modules. https://docs.python.org/3/py-modindex.html Hope this helps!
18th Jan 2018, 3:18 PM
Dread
Dread - avatar
0
you generally call a header using "import". there are many header files, like @shaik mentioned. categorised as modules or libraries.
18th Jan 2018, 3:03 PM
Krishnatheja Vanka
Krishnatheja Vanka - avatar