python import

23

# To install a library
# In command prompt:
pip install <PACKAGE_NAME>
# To import a library
# In python:
import <PACKAGE_NAME>
from hello import *

Comments

Submit
0 Comments