Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Example of importing module in python

# importing a module  
import math  
  
# using the sqrt() function of the math module  
print("Square root of 16:", math.sqrt(16))
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Example #importing #module #python
ADD COMMENT
Topic
Name
8+9 =