Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

root number in python

import math 
   
print(math.sqrt(16)) # the root of 16 is 4
 
PREVIOUS NEXT
Tagged: #root #number #python
ADD COMMENT
Topic
Name
3+2 =