Module & Import — Python

Module & Import Module adalah file Python yang berisi definisi dan statement. Package adalah folder berisi module. Import Module import math print(math.sqrt(16)