+1 vote
4.8k views
asked in Python Interview Questions by (1.4k points)  
  

1 Answer

0 votes
answered by (1.4k points)  

Python modules are files containing Python code. This code can either be functions classes or variables. A Python module is a .py file containing executable code. 
Some of the commonly used built-in modules are: 

  • datatime
  • JSON 

Related questions

+1 vote
1 answer 555 views
+2 votes
1 answer 570 views
+1 vote
1 answer 301 views
0 votes
1 answer 241 views
...