Importing A Module
Mon 10 August 2026
import math
print(math.sqrt(25)) # Output: 5.0
5.0
Score: 10
Category: chapter10_modules_and_packages
import math
print(math.sqrt(25)) # Output: 5.0
5.0
Score: 10
Category: chapter10_modules_and_packages