Shape Shape

Import

Import is the process of including external code or modules into a program. Used in programming for code reuse and modularity.

Example:

A Python script imports the math module for calculations.

WhatsApp Icon