Nitin

36%
Flag icon
Python comes with a large number of built-in functions. These functions are saved in files known as modules. To use the built-in codes in Python modules, we have to import them into our programs first. We do that by using the import keyword. There are three ways to do it. The first way is to import the entire module by writing import moduleName.
Learn Python in One Day and Learn It Well: Python for Beginners with Hands-on Project
Rate this book
Clear rating
Open Preview