Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python square root

import math
a = input("what do you wnat to square root")
print(math.sqrt(a))
 
PREVIOUS NEXT
Tagged: #python #square #root
ADD COMMENT
Topic
Name
8+7 =