Find the square root of the sum of 8 and 43 class 11 python code example
Example: python square root
import math
a = input("what do you wnat to square root")
print(math.sqrt(a))
import math
a = input("what do you wnat to square root")
print(math.sqrt(a))