First time here? Checkout the FAQ!
x
+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 550 views
+2 votes
1 answer 566 views
+1 vote
1 answer 299 views
0 votes
1 answer 238 views
...