How to import module in python

ex1) Basic usage

import os

ex2) import as an another name

import pandas as pd

ex3) import specific module

from math import pi